diff options
Diffstat (limited to 'pedant.gemfile')
-rw-r--r-- | pedant.gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pedant.gemfile b/pedant.gemfile index d4ac849707..84b94b1a98 100644 --- a/pedant.gemfile +++ b/pedant.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec :name => "chef" gem 'rest-client', :github => 'opscode/rest-client', :branch => 'lcg/1.6.7-version-lying' -gem 'chef-pedant', :github => 'opscode/chef-pedant', :branch => "metadata-name-fix" +gem 'chef-pedant', :github => 'opscode/chef-pedant', :branch => "rspec-3-update" # TODO figure out how to grab this stuff from the main Gemfile gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" |