Skip to content

Commit

Permalink
Remove vesion lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 9, 2024
1 parent f79e875 commit 9ba60e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DEPENDENCIES
docker-api
itamae
net-scp (>= 3.0.0)
net-ssh (= 6.1.0)
net-ssh
rake
serverspec

Expand Down

0 comments on commit 9ba60e6

Please sign in to comment.