Skip to content

Commit

Permalink
Use newer webmock with built-in workaround for ancient Rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Apr 25, 2016
1 parent 35340f3 commit 79e2e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "minitest-chef-handler"
gem "rake"
gem "rspec", "~> 2.0"
gem "spiceweasel"
gem "webmock", "< 1.24.3" # https://github.com/bblimke/webmock/issues/607 https://github.com/rubygems/rubygems/commit/da4362a6644ca5a75c210677ac500bccfe75f529
gem "webmock", ">= 1.24.6", "< 2.0"

group :development do
gem "growl"
Expand Down

0 comments on commit 79e2e9a

Please sign in to comment.