Skip to content

Commit

Permalink
Merge pull request #252 from sue445/dependabot/bundler/docker-api-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
2 parents 2fd712a + c568ded commit f99b279
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

matrix:
ruby:
- "2.5"
- "3.0"
image:
- centos:6
- centos:7
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group :test, :development do
gem "docker-api"
gem "itamae"
gem "net-scp", ">= 3.0.0"
gem "net-ssh", "6.1.0" # net-ssh v7.0.0+ requires Ruby 2.6.0+
gem "net-ssh"
gem "rake"
gem "serverspec"
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ GEM
specs:
ansi (1.5.0)
diff-lcs (1.5.0)
docker-api (2.2.0)
excon (>= 0.47.0)
docker-api (2.3.0)
excon (>= 0.64.0)
multi_json
excon (0.84.0)
excon (0.111.0)
hashie (5.0.0)
itamae (1.14.1)
ansi
Expand Down Expand Up @@ -57,9 +57,9 @@ DEPENDENCIES
docker-api
itamae
net-scp (>= 3.0.0)
net-ssh (= 6.1.0)
net-ssh
rake
serverspec

BUNDLED WITH
1.16.1
2.5.11

0 comments on commit f99b279

Please sign in to comment.