Skip to content

Commit

Permalink
Merge pull request #285 from genebean/dependabot/bundler/rubocop-mini…
Browse files Browse the repository at this point in the history
…test-0.27.0

Bump rubocop-minitest from 0.26.1 to 0.27.0
  • Loading branch information
genebean authored Jan 30, 2023
2 parents 0ea70c8 + fc549c1 commit eec4ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ group :test do
gem 'minitest-reporters', '~> 1.4', '>= 1.4.3'
gem 'rack-test', '~> 2.0'
gem 'rubocop', '~> 1.44'
gem 'rubocop-minitest', '~> 0.26.1'
gem 'rubocop-minitest', '~> 0.27.0'
gem 'rubocop-performance', '~> 1.15'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-minitest (0.26.1)
rubocop-minitest (0.27.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -81,7 +81,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-test (~> 2.0)
rubocop (~> 1.44)
rubocop-minitest (~> 0.26.1)
rubocop-minitest (~> 0.27.0)
rubocop-performance (~> 1.15)
sinatra (~> 2.1)

Expand Down

0 comments on commit eec4ee7

Please sign in to comment.