Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.17.4 to 2.25.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.25.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.17.4...v2.25.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent bfbc4b5 commit bffc5cd
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
colored (1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.1)
crass (1.0.6)
cri (2.15.11)
ddmetrics (1.0.1)
Expand Down Expand Up @@ -126,9 +126,9 @@ GEM
activesupport (>= 6.1.4.4)
htmlbeautifier (1.4.2)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.2)
json_schema (0.21.0)
kramdown (2.4.0)
rexml
Expand All @@ -141,7 +141,7 @@ GEM
lumberjack (1.2.8)
memo_wise (1.7.0)
method_source (1.0.0)
minitest (5.17.0)
minitest (5.23.1)
nanoc-live (1.0.0)
adsf-live (~> 1.4)
listen (~> 3.0)
Expand All @@ -158,9 +158,10 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
pagy (6.0.4)
parallel (1.22.1)
parser (3.2.0.0)
parallel (1.24.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
Expand All @@ -173,7 +174,7 @@ GEM
stringio
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.5)
rack (2.2.9)
rack-livereload (0.3.17)
rack
rack-test (2.0.2)
Expand All @@ -195,8 +196,9 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.1)
rexml (3.2.5)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.0.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -232,15 +234,16 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-rails (2.17.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.16.0)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
rubypants (0.7.1)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -280,6 +283,7 @@ GEM
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
stringio (3.0.4)
strscan (3.1.0)
sysexits (1.2.0)
temple (0.8.2)
thor (1.2.1)
Expand All @@ -289,9 +293,9 @@ GEM
pastel (~> 0.8)
tty-platform (0.3.0)
tty-which (0.5.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
view_component (2.82.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit bffc5cd

Please sign in to comment.