Skip to content

Commit

Permalink
The base64 is going separate ways starting Ruby 3.4
Browse files Browse the repository at this point in the history
Add as an explicit dependency early and forget.
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent 8b082f7 commit 02bc7d7
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aggregate_root/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PATH
remote: .
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)

GEM
Expand All @@ -24,6 +25,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (1.14.1)
Expand Down
1 change: 1 addition & 0 deletions aggregate_root/aggregate_root.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "ruby_event_store", "= 2.13.0"
spec.add_dependency "base64"
end
2 changes: 2 additions & 0 deletions contrib/dres_rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -109,6 +110,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand Down
2 changes: 2 additions & 0 deletions contrib/minitest-ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
Expand Down Expand Up @@ -33,6 +34,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (1.14.1)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby_event_store-profiler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
Expand All @@ -26,6 +27,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (1.14.1)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby_event_store-protobuf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby_event_store-protobuf/Gemfile.rails_6_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -95,6 +96,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby_event_store-protobuf/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -99,6 +100,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby_event_store-sidekiq_scheduler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store (2.13.0)
activejob (>= 6.0)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store_active_record (2.13.0)
ruby_event_store-active_record (= 2.13.0)
Expand Down Expand Up @@ -103,6 +104,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/Gemfile.rails_6_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store_active_record (2.13.0)
ruby_event_store-active_record (= 2.13.0)
Expand Down Expand Up @@ -93,6 +94,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
rails_event_store_active_record (2.13.0)
ruby_event_store-active_record (= 2.13.0)
Expand Down Expand Up @@ -97,6 +98,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/spec/dummy_6_0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../../../aggregate_root
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)

PATH
Expand Down Expand Up @@ -99,6 +100,7 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
arkency-command_bus (0.4.1)
concurrent-ruby
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/spec/dummy_6_1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../../../aggregate_root
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)

PATH
Expand Down Expand Up @@ -103,6 +104,7 @@ GEM
zeitwerk (~> 2.3)
arkency-command_bus (0.4.1)
concurrent-ruby
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions rails_event_store/spec/dummy_7_0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: ../../../aggregate_root
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)

PATH
Expand Down Expand Up @@ -109,6 +110,7 @@ GEM
tzinfo (~> 2.0)
arkency-command_bus (0.4.1)
concurrent-ruby
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down
2 changes: 2 additions & 0 deletions ruby_event_store-rspec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PATH
remote: ..
specs:
aggregate_root (2.13.0)
base64
ruby_event_store (= 2.13.0)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
Expand All @@ -33,6 +34,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
concurrent-ruby (1.2.2)
diff-lcs (1.3)
i18n (1.14.1)
Expand Down

0 comments on commit 02bc7d7

Please sign in to comment.