Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
don't use uppercase parameters. Because of this, increase major versi…
Browse files Browse the repository at this point in the history
…on also
  • Loading branch information
cristifalcas committed Sep 12, 2016
1 parent aab56b1 commit 27f34e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ gem 'puppet-lint', '>= 1'
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-empty_string-check'
gem 'puppet-lint-spaceship_operator_without_tag-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-undef_in_function-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-trailing_comma-check'
gem 'puppet-lint-file_ensure-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'simplecov'
gem 'rspec-puppet-facts'
gem 'metadata-json-lint'
gem 'rspec', '< 3.2.0', {"platforms"=>["ruby_18"]}
gem 'json', '< 2.0', {"platforms"=>["ruby_18"]}
gem 'json_pure', '< 2.0', {"platforms"=>["ruby_18"]}
gem 'json', '~> 1.0', {"platforms"=>["ruby_18", "ruby_19"]}
gem 'json_pure', '~> 1.0', {"platforms"=>["ruby_18", "ruby_19"]}

0 comments on commit 27f34e4

Please sign in to comment.