Skip to content

Commit

Permalink
Merge pull request #1775 from troessner/dependabot/bundler/rubocop-rs…
Browse files Browse the repository at this point in the history
…pec-tw-2.29.1
  • Loading branch information
dependabot[bot] committed Apr 6, 2024
2 parents 517b299 + 7699c38 commit 6f8c51d
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 @@ -16,7 +16,7 @@ group :development do
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.62.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rspec', '~> 2.28.0'
gem 'rubocop-rspec', '~> 2.29.1'
gem 'rubocop-rspec_rails', '~> 2.28.2'
gem 'simplecov', '>= 0.18.0', '< 0.23.0'
gem 'yard', '~> 0.9.5'
Expand Down
2 changes: 1 addition & 1 deletion spec/reek/code_climate/code_climate_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
let(:source) { '' }

it 'prints an empty string' do
expect { instance.show }.to output('').to_stdout
expect { instance.show }.not_to output.to_stdout
end
end

Expand Down

0 comments on commit 6f8c51d

Please sign in to comment.