Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ gem 'docker-api', '~> 2.4'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.13'
gem 'serverspec', '~> 2.43'

# Explicitly include logger to avoid Ruby 4.0 deprecation warning
# logger will no longer be a default gem in Ruby 4.0
gem 'logger'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GEM
excon (>= 0.64.0)
multi_json
excon (0.109.0)
logger (1.7.0)
multi_json (1.15.0)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
Expand Down Expand Up @@ -47,6 +48,7 @@ PLATFORMS

DEPENDENCIES
docker-api (~> 2.4)
logger
rake (~> 13.0)
rspec (~> 3.13)
serverspec (~> 2.43)