Skip to content

Commit

Permalink
Update project non-development dependencies.
Browse files Browse the repository at this point in the history
Move the metadata-json-lint gem declaration out of the development
group.  The gem is needed for non-development testing as well.
  • Loading branch information
MrAlias committed Sep 16, 2015
1 parent 2617a4e commit 84f8132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ gem 'rspec-system-serverspec', :require => false
# coverage reports will be in release 2.0
gem 'rspec-puppet', '> 2.0'
gem 'rspec', '~> 2.13'
gem 'metadata-json-lint', :require => false

# blacksmith > 3.0 does not support ruby 1.8.7
group :development do
gem 'puppet-blacksmith', '~> 3.0'
gem 'metadata-json-lint', :require => false
gem 'beaker'
gem 'beaker-rspec', :require => false
end
end

0 comments on commit 84f8132

Please sign in to comment.