File tree Expand file tree Collapse file tree 6 files changed +2
-15
lines changed Expand file tree Collapse file tree 6 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1717PATH
1818 remote: .
1919 specs:
20- rails_event_store (2.14.0 )
20+ rails_event_store (2.14.1 )
2121 activejob (>= 6.0 )
2222 activemodel (>= 6.0 )
2323 activesupport (>= 6.0 )
2424 aggregate_root (= 2.14.0 )
25- arkency-command_bus (>= 0.4 )
2625 rails_event_store_active_record (= 2.14.0 )
2726 ruby_event_store (= 2.14.0 )
2827 ruby_event_store-browser (= 2.14.0 )
109108 minitest (>= 5.1 )
110109 mutex_m
111110 tzinfo (~> 2.0 )
112- arkency-command_bus (0.4.1 )
113- concurrent-ruby
114111 ast (2.4.2 )
115112 base64 (0.2.0 )
116113 bigdecimal (3.1.6 )
Original file line number Diff line number Diff line change 2222 activemodel (>= 6.0)
2323 activesupport (>= 6.0)
2424 aggregate_root (= 2.14.0)
25- arkency-command_bus (>= 0.4)
2625 rails_event_store_active_record (= 2.14.0)
2726 ruby_event_store (= 2.14.0)
2827 ruby_event_store-browser (= 2.14.0)
9089 minitest (~> 5.1)
9190 tzinfo (~> 1.1)
9291 zeitwerk (~> 2.2, >= 2.2.2)
93- arkency-command_bus (0.4.1)
94- concurrent-ruby
9592 ast (2.4.2)
9693 builder (3.2.4)
9794 concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 2222 activemodel (>= 6.0)
2323 activesupport (>= 6.0)
2424 aggregate_root (= 2.14.0)
25- arkency-command_bus (>= 0.4)
2625 rails_event_store_active_record (= 2.14.0)
2726 ruby_event_store (= 2.14.0)
2827 ruby_event_store-browser (= 2.14.0)
9493 minitest (>= 5.1)
9594 tzinfo (~> 2.0)
9695 zeitwerk (~> 2.3)
97- arkency-command_bus (0.4.1)
98- concurrent-ruby
9996 ast (2.4.2)
10097 builder (3.2.4)
10198 concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 2222 activemodel (>= 6.0)
2323 activesupport (>= 6.0)
2424 aggregate_root (= 2.14.0)
25- arkency-command_bus (>= 0.4)
2625 rails_event_store_active_record (= 2.14.0)
2726 ruby_event_store (= 2.14.0)
2827 ruby_event_store-browser (= 2.14.0)
10099 i18n (>= 1.6, < 2)
101100 minitest (>= 5.1)
102101 tzinfo (~> 2.0)
103- arkency-command_bus (0.4.1)
104- concurrent-ruby
105102 ast (2.4.2)
106103 builder (3.2.4)
107104 concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RailsEventStore
4- VERSION = "2.14.0 "
4+ VERSION = "2.14.1 "
55end
Original file line number Diff line number Diff line change @@ -35,5 +35,4 @@ Gem::Specification.new do |spec|
3535 spec . add_dependency "activesupport" , ">= 6.0"
3636 spec . add_dependency "activemodel" , ">= 6.0"
3737 spec . add_dependency "activejob" , ">= 6.0"
38- spec . add_dependency "arkency-command_bus" , ">= 0.4"
3938end
You can’t perform that action at this time.
0 commit comments