diff options
author | danielsdeleo <dan@getchef.com> | 2014-08-11 17:27:10 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-08-12 11:03:10 -0700 |
commit | c44d8826ea6fca1f90fdcdb78a4094d300a9a943 (patch) | |
tree | 9f9cbf04fd1f61326be7105640e81d630b9d0733 /pedant.gemfile | |
parent | 02614080b7f068c2350200147d0e834ed540854a (diff) | |
download | chef-c44d8826ea6fca1f90fdcdb78a4094d300a9a943.tar.gz |
Pull pedant from a branch that removes tests we don't want to support
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 2ce3ed27fb..7b135bdef4 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', :ref => 'd12864964a18994b467908daa91811eee1f1bf68' +gem 'chef-pedant', :github => 'opscode/chef-pedant', :branch => "metadata-name-fix" # TODO figure out how to grab this stuff from the main Gemfile gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" |