Skip to content

Commit

Permalink
Hard-coded rest-client 1.6.8 to enable Ruby 1.8.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Oct 18, 2014
1 parent 97c7be3 commit d6f69a6
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 @@ -14,7 +14,7 @@ group :development, :test do
gem 'pry', :require => false
gem 'simplecov', :require => false
gem 'vagrant-wrapper', :require => false
gem 'rest-client', "1.7.0", :require => false
gem 'rest-client', "1.6.8", :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
Expand Down

0 comments on commit d6f69a6

Please sign in to comment.