Skip to content

Commit

Permalink
Merge pull request #284 from genebean/dependabot/bundler/rubocop-1.44.1
Browse files Browse the repository at this point in the history
Bump rubocop from 1.38.0 to 1.44.1
  • Loading branch information
genebean authored Jan 26, 2023
2 parents fa8c28f + b7c6384 commit 5dc40c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'minitest', '~> 5.14', '>= 5.14.4'
gem 'minitest-reporters', '~> 1.4', '>= 1.4.3'
gem 'rack-test', '~> 2.0'
gem 'rubocop', '~> 1.38'
gem 'rubocop', '~> 1.44'
gem 'rubocop-minitest', '~> 0.23.1'
gem 'rubocop-performance', '~> 1.7'
end
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
net-protocol
timeout
parallel (1.22.1)
parser (3.1.2.1)
parser (3.2.0.0)
ast (~> 2.4.1)
passenger (6.0.15)
rack
Expand All @@ -39,19 +39,19 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
regexp_parser (2.6.2)
rexml (3.2.5)
rubocop (1.38.0)
rubocop (1.44.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-minitest (0.23.1)
rubocop (>= 0.90, < 2.0)
Expand All @@ -67,7 +67,7 @@ GEM
tilt (~> 2.0)
tilt (2.0.11)
timeout (0.3.0)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)

PLATFORMS
aarch64-linux
Expand All @@ -83,7 +83,7 @@ DEPENDENCIES
prometheus-client (~> 2.1)
rack (~> 2.2)
rack-test (~> 2.0)
rubocop (~> 1.38)
rubocop (~> 1.44)
rubocop-minitest (~> 0.23.1)
rubocop-performance (~> 1.7)
sinatra (~> 2.1)
Expand Down

0 comments on commit 5dc40c3

Please sign in to comment.