Skip to content

Commit

Permalink
Merge pull request #677 from ivgiuliani/dependabot/bundler/rubocop-1.…
Browse files Browse the repository at this point in the history
…66.1

Bump rubocop from 1.65.1 to 1.66.1
  • Loading branch information
ivgiuliani authored Sep 30, 2024
2 parents c5f1579 + e1ee903 commit fc99ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group :development do

gem "factory_bot", "~> 6.4.6"
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.65.1"
gem "rubocop", "~> 1.66.1"
gem "rubocop-rspec", "~> 3.0.4"
gem "webmock", "~> 3.23.1"

Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
opus-ruby (1.0.1)
ffi
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
prius (6.0.0)
Expand All @@ -108,8 +108,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.6)
strscan
rexml (3.3.7)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -125,18 +124,17 @@ GEM
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.65.1)
rubocop (1.66.1)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
Expand All @@ -149,7 +147,6 @@ GEM
songkick-transport (1.11.0)
multipart-post (>= 1.1.0)
yajl-ruby (>= 1.1.0)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand Down Expand Up @@ -185,7 +182,7 @@ DEPENDENCIES
rake
rspec (~> 3.13.0)
rspec_junit_formatter (= 0.6.0)
rubocop (~> 1.65.1)
rubocop (~> 1.66.1)
rubocop-rspec (~> 3.0.4)
rufus-scheduler (~> 3.9.1)
sentry-raven (~> 3.1.2)
Expand Down

0 comments on commit fc99ad1

Please sign in to comment.