Skip to content

Commit

Permalink
Add base64 to the gemspec
Browse files Browse the repository at this point in the history
base64 will no longer be the default gem in the Ruby 3.4, without this
patch following warning message may come from ruby 3.3+

    /opt/vagrant/lib/vagrant/util/powershell.rb:4: warning: base64 was
    loaded from the standard library, but will no longer be part of the
    default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec.

See thinreports/thinreports-generator#134

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
  • Loading branch information
hswong3i committed May 11, 2024
1 parent faf9014 commit fdf56aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.0", "< 3.4"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "base64"
s.add_dependency "bcrypt_pbkdf", "~> 1.1"
s.add_dependency "childprocess", "~> 4.1.0"
s.add_dependency "ed25519", "~> 1.3.0"
Expand Down

0 comments on commit fdf56aa

Please sign in to comment.