Skip to content

Commit

Permalink
Upgrade rubocop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfens committed Dec 30, 2017
1 parent 38d9ea9 commit 9e5aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :test do
gem 'puppet-lint-unquoted_string-check', :require => false
gem 'metadata-json-lint', :require => false
gem 'puppet-strings', '~> 0.99.0', :require => false
gem 'rubocop', '~> 0.47.1', :require => false
gem 'rubocop', '~> 0.49', :require => false
gem 'rubocop-rspec', '~> 1.6', :require => false if RUBY_VERSION >= '2.3.0'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
gem 'mocha', '>= 1.2.1', :require => false
Expand Down

0 comments on commit 9e5aedd

Please sign in to comment.