Skip to content

Commit 87022be

Browse files
committed
Add extracted base64 gem for Ruby 3.4
1 parent 5dc7c64 commit 87022be

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

gemfiles/Gemfile.activerecord-6.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ gem "rake", "~> 12.0"
2222

2323
if RUBY_VERSION >= "3.4.0"
2424
gem "mutex_m"
25+
gem "base64"
2526
end

gemfiles/Gemfile.activerecord-6.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ gem "rake", "~> 12.0"
2222

2323
if RUBY_VERSION >= "3.4.0"
2424
gem "mutex_m"
25+
gem "base64"
2526
end

0 commit comments

Comments
 (0)