Skip to content

Commit 10af326

Browse files
committed
Remove arkency-command_bus dependency
1 parent e5681c5 commit 10af326

File tree

6 files changed

+5
-18
lines changed

6 files changed

+5
-18
lines changed

rails_event_store/Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ PATH
1717
PATH
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)
@@ -109,8 +108,6 @@ GEM
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)

rails_event_store/Gemfile.rails_6_0.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ PATH
1717
PATH
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)
@@ -90,8 +89,6 @@ GEM
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)

rails_event_store/Gemfile.rails_6_1.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ PATH
1717
PATH
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)
@@ -94,8 +93,6 @@ GEM
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)

rails_event_store/Gemfile.rails_7_0.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ PATH
1717
PATH
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)
@@ -100,8 +99,6 @@ GEM
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)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RailsEventStore
4-
VERSION = "2.14.0"
4+
VERSION = "2.14.1"
55
end

rails_event_store/rails_event_store.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
3938
end

0 commit comments

Comments
 (0)