Skip to content

Commit

Permalink
fix Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed May 7, 2015
1 parent 754c927 commit 84ee577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ end

group :development, :unit_tests do
gem 'rspec-core', '3.1.7', :require => false
gem 'rspec-puppet', '~> 2.0', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'simplecov', :require => false
gem 'puppet_facts', :require => false
gem 'json', :require => false
gem 'pry'
end

group :system_tests do
Expand Down

0 comments on commit 84ee577

Please sign in to comment.