File tree 6 files changed +5
-18
lines changed
6 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 17
17
PATH
18
18
remote: .
19
19
specs:
20
- rails_event_store (2.14.0 )
20
+ rails_event_store (2.14.1 )
21
21
activejob (>= 6.0 )
22
22
activemodel (>= 6.0 )
23
23
activesupport (>= 6.0 )
24
24
aggregate_root (= 2.14.0 )
25
- arkency-command_bus (>= 0.4 )
26
25
rails_event_store_active_record (= 2.14.0 )
27
26
ruby_event_store (= 2.14.0 )
28
27
ruby_event_store-browser (= 2.14.0 )
109
108
minitest (>= 5.1 )
110
109
mutex_m
111
110
tzinfo (~> 2.0 )
112
- arkency-command_bus (0.4.1 )
113
- concurrent-ruby
114
111
ast (2.4.2 )
115
112
base64 (0.2.0 )
116
113
bigdecimal (3.1.6 )
Original file line number Diff line number Diff line change 17
17
PATH
18
18
remote: .
19
19
specs:
20
- rails_event_store (2.14.0 )
20
+ rails_event_store (2.14.1 )
21
21
activejob (>= 6.0)
22
22
activemodel (>= 6.0)
23
23
activesupport (>= 6.0)
24
24
aggregate_root (= 2.14.0)
25
- arkency-command_bus (>= 0.4)
26
25
rails_event_store_active_record (= 2.14.0)
27
26
ruby_event_store (= 2.14.0)
28
27
ruby_event_store-browser (= 2.14.0)
90
89
minitest (~> 5.1)
91
90
tzinfo (~> 1.1)
92
91
zeitwerk (~> 2.2, >= 2.2.2)
93
- arkency-command_bus (0.4.1)
94
- concurrent-ruby
95
92
ast (2.4.2)
96
93
builder (3.2.4)
97
94
concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 17
17
PATH
18
18
remote: .
19
19
specs:
20
- rails_event_store (2.14.0 )
20
+ rails_event_store (2.14.1 )
21
21
activejob (>= 6.0)
22
22
activemodel (>= 6.0)
23
23
activesupport (>= 6.0)
24
24
aggregate_root (= 2.14.0)
25
- arkency-command_bus (>= 0.4)
26
25
rails_event_store_active_record (= 2.14.0)
27
26
ruby_event_store (= 2.14.0)
28
27
ruby_event_store-browser (= 2.14.0)
94
93
minitest (>= 5.1)
95
94
tzinfo (~> 2.0)
96
95
zeitwerk (~> 2.3)
97
- arkency-command_bus (0.4.1)
98
- concurrent-ruby
99
96
ast (2.4.2)
100
97
builder (3.2.4)
101
98
concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 17
17
PATH
18
18
remote: .
19
19
specs:
20
- rails_event_store (2.14.0 )
20
+ rails_event_store (2.14.1 )
21
21
activejob (>= 6.0)
22
22
activemodel (>= 6.0)
23
23
activesupport (>= 6.0)
24
24
aggregate_root (= 2.14.0)
25
- arkency-command_bus (>= 0.4)
26
25
rails_event_store_active_record (= 2.14.0)
27
26
ruby_event_store (= 2.14.0)
28
27
ruby_event_store-browser (= 2.14.0)
100
99
i18n (>= 1.6, < 2)
101
100
minitest (>= 5.1)
102
101
tzinfo (~> 2.0)
103
- arkency-command_bus (0.4.1)
104
- concurrent-ruby
105
102
ast (2.4.2)
106
103
builder (3.2.4)
107
104
concurrent-ruby (1.2.3)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RailsEventStore
4
- VERSION = "2.14.0 "
4
+ VERSION = "2.14.1 "
5
5
end
Original file line number Diff line number Diff line change @@ -35,5 +35,4 @@ Gem::Specification.new do |spec|
35
35
spec . add_dependency "activesupport" , ">= 6.0"
36
36
spec . add_dependency "activemodel" , ">= 6.0"
37
37
spec . add_dependency "activejob" , ">= 6.0"
38
- spec . add_dependency "arkency-command_bus" , ">= 0.4"
39
38
end
You can’t perform that action at this time.
0 commit comments