Skip to content

Commit

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

Bump rubocop from 1.65.0 to 1.65.1
  • Loading branch information
ivgiuliani authored Aug 31, 2024
2 parents f10af40 + dfcfbd2 commit 39de0cb
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 @@ -27,7 +27,7 @@ group :development do

gem "factory_bot", "~> 6.4.6"
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.65.0"
gem "rubocop", "~> 1.65.1"
gem "rubocop-rspec", "~> 3.0.3"
gem "webmock", "~> 3.23.1"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
pry (>= 0.13, < 0.15)
public_suffix (5.0.5)
raabro (1.4.0)
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rackup (2.1.0)
rack (>= 3)
Expand All @@ -108,7 +108,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.2)
rexml (3.3.4)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -125,7 +125,7 @@ GEM
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -185,7 +185,7 @@ DEPENDENCIES
rake
rspec (~> 3.13.0)
rspec_junit_formatter (= 0.6.0)
rubocop (~> 1.65.0)
rubocop (~> 1.65.1)
rubocop-rspec (~> 3.0.3)
rufus-scheduler (~> 3.9.1)
sentry-raven (~> 3.1.2)
Expand Down

0 comments on commit 39de0cb

Please sign in to comment.