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 c74ed5d commit e3bc542
Show file tree
Hide file tree
Showing 2 changed files with 3 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

0 comments on commit e3bc542

Please sign in to comment.