summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 900c416..abf7169 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,11 +1,16 @@
source 'https://rubygems.org'
gemspec
-gem 'rest-client', :github => 'chef/rest-client'
+# gem 'rest-client', :github => 'chef/rest-client'
gem 'oc-chef-pedant', :github => 'chef/chef-server', :branch => "jk/authorization-tags"
# bundler resolve failure on "rspec_junit_formatter"
# gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => "server-cli-option"
-gem 'chef', :github => 'chef/chef', :branch => 'jk/policies-acls'
+# gem 'chef', :github => 'chef/chef', :branch => 'jk/policies-acls'
+
+if ENV['GEMFILE_MOD']
+ puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}"
+ instance_eval(ENV['GEMFILE_MOD'])
+end