Skip to content

Commit

Permalink
Bump rubocop from 1.68.0 to 1.69.0 (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 7d907e3 commit f14e034
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

group :development do
gem 'dotenv', '~> 3.1'
gem 'rubocop', '~> 1.68'
gem 'rubocop', '~> 1.69'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 3.2'
gem 'super_diff', '~> 0.13.0'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
hashdiff (1.1.1)
ipaddr (1.2.7)
json (2.7.5)
json (2.8.2)
json-schema (5.1.0)
addressable (~> 2.8)
language_server-protocol (3.17.0.3)
Expand All @@ -50,7 +50,7 @@ GEM
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
patience_diff (1.2.0)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.8)
Expand All @@ -99,17 +99,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand Down Expand Up @@ -148,7 +148,9 @@ GEM
patience_diff
tilt (2.3.0)
timecop (0.9.10)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.1)
webmock (3.24.0)
addressable (>= 2.8.0)
Expand Down Expand Up @@ -176,7 +178,7 @@ DEPENDENCIES
rerun (~> 0.14.0)
rqrcode (~> 2.0)
rspec (~> 3.13)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
ruby-units (~> 4.1)
Expand Down

0 comments on commit f14e034

Please sign in to comment.