summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index ca2d322..ac72665 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,20 +1,24 @@
-source 'https://rubygems.org'
+source "https://rubygems.org"
gemspec
# gem 'rest-client', :github => 'chef/rest-client'
-gem 'oc-chef-pedant', :github => 'chef/chef-server'
+gem "oc-chef-pedant", :github => "chef/chef-server"
group :changelog do
gem "github_changelog_generator"
end
+group :development, :test do
+ gem "chefstyle", "= 0.3.1"
+end
+
# 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'
-if ENV['GEMFILE_MOD']
+if ENV["GEMFILE_MOD"]
puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}"
- instance_eval(ENV['GEMFILE_MOD'])
+ instance_eval(ENV["GEMFILE_MOD"])
end