diff options
| author | Scott Hain <shain@getchef.com> | 2014-11-03 09:04:45 -0800 |
|---|---|---|
| committer | Scott Hain <shain@getchef.com> | 2014-11-03 09:04:45 -0800 |
| commit | 7bdc86c32f4967e6e2439c1a1f5e9016d7661c14 (patch) | |
| tree | 915d09526b514113f814b72f40694fa993382b87 | |
| parent | 6dd65d4e65f9cc90169a5db209354c4caf60dfb0 (diff) | |
| download | chef-shain/ipaddress.tar.gz | |
Locking depsshain/ipaddress
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,11 @@ source "https://rubygems.org" gemspec :name => "chef" gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" -gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git", :branch => "master" + +gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git", + :ref => "27a4d39661507bd068f50cc9cb3f652772ff56a3" + +gem "ohai", :git => "https://github.com/opscode/ohai.git", :branch => "shain/ipaddress" group(:docgen) do gem "yard" |
