Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump rubocop-rails from 2.17.4 to 2.25.0 #172

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading