Skip to content

Commit

Permalink
Merge pull request #555 from puppetlabs/CAT-1688-Fixing_wrong_expecta…
Browse files Browse the repository at this point in the history
…tion

(CAT-1688) Address wrong version expectation
  • Loading branch information
jordanbreen28 authored Jan 22, 2024
2 parents e864fa6 + 0039839 commit fab915c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source 'https://rubygems.org'

gem 'rubocop', '= 1.50.0', require: false
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop-performance', '= 1.16.0', require: false
gem 'rubocop-rspec', '= 2.19.0', require: false
2 changes: 1 addition & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ Gemfile:
- gem: 'puppet-debugger'
version: '~> 1.0'
- gem: 'rubocop'
version: '= 1.50.0'
version: '~> 1.50.0'
- gem: 'rubocop-performance'
version: '= 1.16.0'
- gem: 'rubocop-rspec'
Expand Down

0 comments on commit fab915c

Please sign in to comment.