Skip to content

Commit

Permalink
Merge pull request #70 from puppetlabs/CAT-1688-Upgrade_rubocop
Browse files Browse the repository at this point in the history
(CAT-1688) Upgrade rubocop to `~> 1.50.0`
  • Loading branch information
jordanbreen28 authored Jan 23, 2024
2 parents 406f9f7 + 531dcbb commit e3830cf
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 @@ -24,7 +24,7 @@ group :development do
gem 'rake'
gem 'rspec', '~> 3.1'

gem 'rubocop', '~> 1.48', require: false
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rspec', '~> 2.19', require: false

Expand Down

0 comments on commit e3830cf

Please sign in to comment.