diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 18:32:25 -0500 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 18:32:25 -0500 |
commit | a2dd6c495561c4aee9089323a8bf7961a9445a93 (patch) | |
tree | c54955e39cfc3b18150dadcd806e0a06c4fca8ea /Gemfile | |
parent | a780cbb788e05b8e0fae20139c8854982dff637d (diff) | |
download | chef-zero-a2dd6c495561c4aee9089323a8bf7961a9445a93.tar.gz |
Lock to a specific SHA for chef-pedant
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ source 'https://rubygems.org' gemspec -gem 'chef-pedant', github: 'opscode/chef-pedant' +gem 'chef-pedant', github: 'opscode/chef-pedant', ref: '458a3eed8' |