mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-05-31 07:25:21 -04:00
(maint) Add base64 to test group
base64 is a bundled gem in Ruby >= 3.4 (rather than a default gem), so it must be declared explicitly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
74ae6d54c2
commit
9b39b29ae7
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,6 +7,8 @@ gemspec
|
||||||
gem 'rake', require: false
|
gem 'rake', require: false
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
# base64 is a bundled gem in Ruby >= 3.4, so it must be declared explicitly.
|
||||||
|
gem 'base64'
|
||||||
gem 'simplecov', '~> 0.22.0'
|
gem 'simplecov', '~> 0.22.0'
|
||||||
gem 'simplecov-html', '~> 0.13.1'
|
gem 'simplecov-html', '~> 0.13.1'
|
||||||
gem 'simplecov-lcov', '~> 0.8.0'
|
gem 'simplecov-lcov', '~> 0.8.0'
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ GEM
|
||||||
addressable (2.9.0)
|
addressable (2.9.0)
|
||||||
public_suffix (>= 2.0.2, < 8.0)
|
public_suffix (>= 2.0.2, < 8.0)
|
||||||
ast (2.4.3)
|
ast (2.4.3)
|
||||||
|
base64 (0.3.0)
|
||||||
bigdecimal (4.1.2)
|
bigdecimal (4.1.2)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
commander (4.6.0)
|
commander (4.6.0)
|
||||||
|
|
@ -100,10 +101,12 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux
|
aarch64-linux
|
||||||
|
arm64-darwin-24
|
||||||
x86_64-darwin-22
|
x86_64-darwin-22
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
base64
|
||||||
pry
|
pry
|
||||||
rake
|
rake
|
||||||
rb-readline
|
rb-readline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue