Skip to content

Commit

Permalink
Remove arkency-command_bus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPi committed Apr 30, 2024
1 parent e5681c5 commit 256147e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 15 deletions.
5 changes: 1 addition & 4 deletions rails_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ PATH
PATH
remote: .
specs:
rails_event_store (2.14.0)
rails_event_store (2.14.1)
activejob (>= 6.0)
activemodel (>= 6.0)
activesupport (>= 6.0)
aggregate_root (= 2.14.0)
arkency-command_bus (>= 0.4)
rails_event_store_active_record (= 2.14.0)
ruby_event_store (= 2.14.0)
ruby_event_store-browser (= 2.14.0)
Expand Down Expand Up @@ -109,8 +108,6 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
Expand Down
3 changes: 0 additions & 3 deletions rails_event_store/Gemfile.rails_6_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PATH
activemodel (>= 6.0)
activesupport (>= 6.0)
aggregate_root (= 2.14.0)
arkency-command_bus (>= 0.4)
rails_event_store_active_record (= 2.14.0)
ruby_event_store (= 2.14.0)
ruby_event_store-browser (= 2.14.0)
Expand Down Expand Up @@ -90,8 +89,6 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
builder (3.2.4)
concurrent-ruby (1.2.3)
Expand Down
3 changes: 0 additions & 3 deletions rails_event_store/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PATH
activemodel (>= 6.0)
activesupport (>= 6.0)
aggregate_root (= 2.14.0)
arkency-command_bus (>= 0.4)
rails_event_store_active_record (= 2.14.0)
ruby_event_store (= 2.14.0)
ruby_event_store-browser (= 2.14.0)
Expand Down Expand Up @@ -94,8 +93,6 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
builder (3.2.4)
concurrent-ruby (1.2.3)
Expand Down
3 changes: 0 additions & 3 deletions rails_event_store/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PATH
activemodel (>= 6.0)
activesupport (>= 6.0)
aggregate_root (= 2.14.0)
arkency-command_bus (>= 0.4)
rails_event_store_active_record (= 2.14.0)
ruby_event_store (= 2.14.0)
ruby_event_store-browser (= 2.14.0)
Expand Down Expand Up @@ -100,8 +99,6 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
builder (3.2.4)
concurrent-ruby (1.2.3)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/lib/rails_event_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsEventStore
VERSION = "2.14.0"
VERSION = "2.14.1"
end
1 change: 0 additions & 1 deletion rails_event_store/rails_event_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", ">= 6.0"
spec.add_dependency "activemodel", ">= 6.0"
spec.add_dependency "activejob", ">= 6.0"
spec.add_dependency "arkency-command_bus", ">= 0.4"
end

0 comments on commit 256147e

Please sign in to comment.