Skip to content

Commit 548a471

Browse files
committed
Actually, Ruby 3.3 also warns on this
1 parent 092b47e commit 548a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ group :development do
2828
gem "yui-compressor"
2929
end
3030

31-
gem "base64" if RUBY_VERSION >= "3.4"
31+
gem "base64" if RUBY_VERSION >= "3.3"

0 commit comments

Comments
 (0)