summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index a0982b6a..aba36fa9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,11 @@ gemspec
# https://github.com/sj26/rspec_junit_formatter/pull/14
# rspec_junit_formatter isn't compatible with RSpec3 yet, but is fixed in
# master. Once it's released we should remove this.
-gem "rspec_junit_formatter", :git => 'git://github.com/sj26/rspec_junit_formatter.git',
+gem "rspec_junit_formatter", :git => 'https://github.com/sj26/rspec_junit_formatter.git',
:ref => "147836c41fab23ff7b92806f34122c8e5f2ddcad"
group :development do
+ gem "chef", github: "opscode/chef", branch: "master"
gem "sigar", :platform => "ruby"
gem 'plist'
@@ -16,5 +17,3 @@ group :development do
# gem 'pry-debugger'
# gem 'pry-stack_explorer'
end
-
-