Skip to content

Commit

Permalink
Merge pull request #202 from aha-oida/dependabot/bundler/rubocop-1.70.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.69.2 to 1.70.0
  • Loading branch information
armins authored Jan 16, 2025
2 parents 75746d1 + 57e1864 commit b3b288e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 'i18n-tasks', '~> 1.0.14'
gem 'overcommit', '~> 0.64'
gem 'rerun', '~> 0.14.0'
gem 'rubocop', '~> 1.69'
gem 'rubocop', '~> 1.70'
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
ffi (~> 1.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
require_all (3.0.0)
Expand All @@ -234,7 +234,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -328,7 +328,7 @@ DEPENDENCIES
require_all (~> 3.0)
rerun (~> 0.14.0)
rspec (~> 3.13)
rubocop (~> 1.69)
rubocop (~> 1.70)
rufus-scheduler (~> 3.9)
sinatra (~> 4.0)
sinatra-activerecord
Expand Down

0 comments on commit b3b288e

Please sign in to comment.