diff options
author | Claire McQuin <claire@getchef.com> | 2014-10-30 15:53:55 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-10-30 15:53:55 -0700 |
commit | 11ef0ca61a3134eb7d38364731aca1a33d5884a5 (patch) | |
tree | c7d5aab91d4af05874335cb0737544179ef9c539 /pedant.gemfile | |
parent | 26c396f59a0716aa0528ea9731815796ac1856c6 (diff) | |
download | chef-11ef0ca61a3134eb7d38364731aca1a33d5884a5.tar.gz |
Get pedant changes for rspec 3
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" |