summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-18 10:38:49 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-18 10:38:49 -0700
commit0f9abb1e20b78fe0b54bbc08100d17f905b80a67 (patch)
treec13696b4e01d8b71b1dbb849b74feb65dabfeb6c
parent81eecada705d06a3605530d73eb6574ab1bc9246 (diff)
downloadchef-0f9abb1e20b78fe0b54bbc08100d17f905b80a67.tar.gz
Stop depending on master of ohai
-rw-r--r--pedant.gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/pedant.gemfile b/pedant.gemfile
index 8e64fc039c..d08192b62e 100644
--- a/pedant.gemfile
+++ b/pedant.gemfile
@@ -1,14 +1,9 @@
source "https://rubygems.org"
gemspec :name => "chef"
-gem 'rest-client', :github => 'opscode/rest-client', :branch => 'lcg/1.6.7-version-lying'
-
# TODO figure out how to grab this stuff from the main Gemfile
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
-gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master"
-gem "ohai", github: "opscode/ohai", branch: "master"
-
group(:docgen) do
gem "tomlrb"
gem "yard"