We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3127509 commit 32d08b9Copy full SHA for 32d08b9
Gemfile
@@ -16,3 +16,5 @@ gem 'rubocop-rake'
16
gem 'rubocop-rspec'
17
gem 'simplecov'
18
gem 'sshkey'
19
+
20
+gem 'base64' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4.0')
0 commit comments