diff options
-rw-r--r-- | pedant.gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pedant.gemfile b/pedant.gemfile index 8f223defde..2ce3ed27fb 100644 --- a/pedant.gemfile +++ b/pedant.gemfile @@ -1,8 +1,8 @@ source "https://rubygems.org" gemspec :name => "chef" -gem 'rest-client', :github => 'opscode/rest-client' -gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '4744d7f318b629ff60a0d22cf02296df36936397' +gem 'rest-client', :github => 'opscode/rest-client', :branch => 'lcg/1.6.7-version-lying' +gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'd12864964a18994b467908daa91811eee1f1bf68' # TODO figure out how to grab this stuff from the main Gemfile gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" |