Skip to content

Commit

Permalink
Merge pull request #44 from artichoke/dependabot/bundler/rubocop-1.23.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.22.3 to 1.23.0
  • Loading branch information
lopopolo authored Dec 2, 2021
2 parents b734301 + ec58015 commit 849f164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'

gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.22', require: false
gem 'rubocop', '~> 1.23', require: false
gem 'rubocop-rake', '~> 0.6', require: false
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.0.3.1)
ast (~> 2.4.1)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.22.3)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -21,7 +21,7 @@ GEM
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -35,7 +35,7 @@ PLATFORMS
DEPENDENCIES
bundler-audit (~> 0.9)
rake (>= 12.3.3)
rubocop (~> 1.22)
rubocop (~> 1.23)
rubocop-rake (~> 0.6)

BUNDLED WITH
Expand Down

0 comments on commit 849f164

Please sign in to comment.