Skip to content

Commit

Permalink
Attempt to get Ruby 2.6 tests passing
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Apr 23, 2019
1 parent 456c616 commit cb3cd92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ group :test do
gem "rake"
gem "rspec"
gem "vcr"
gem "webmock", "~> 2.3.2" # ruby 1.9.3
gem "addressable", "~> 2.4.0" # ruby 1.9.3
gem "webmock", "~> 3.4"
gem "aruba", "~> 0.14"
gem "cucumber", "~> 1.3.20"
gem "climate_control"
Expand Down

0 comments on commit cb3cd92

Please sign in to comment.