Skip to content

Commit

Permalink
ruby version 1.9.3 needs an older version of metadata-json-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BIAndrews committed Aug 17, 2017
1 parent b769621 commit e265c24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ group :test do
gem "rspec", '< 3.2.0'
gem "rspec-puppet"
gem "puppetlabs_spec_helper"
gem "metadata-json-lint"
if RUBY_VERSION < '2.0.0'
gem 'metadata-json-lint', '1.0.0'
else
gem "metadata-json-lint"
end
gem "rspec-puppet-facts"
gem 'rubocop', '0.33.0'
gem 'simplecov', '>= 0.11.0'
Expand Down

0 comments on commit e265c24

Please sign in to comment.