Skip to content

Commit 9b5a856

Browse files
committed
Explicitly require base64 gem for Ruby ≥ 3.4
1 parent 4973531 commit 9b5a856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ gemspec
88
gem "rake", "~> 13.0"
99

1010
gem "rspec", "~> 3.0"
11+
gem "base64" if RUBY_VERSION >= "3.4.0"

0 commit comments

Comments
 (0)