Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ group :development, :test do
gem "rubocop"
# Rails add-on for static analysis.
gem 'rubocop-performance'
gem "rubocop-rails", "~> 2.25.1"
gem "rubocop-rails", "~> 2.33.4"
# More concise test ("should") matchers
gem "shoulda-matchers", "~> 6.5"
# Default rules for Rubocop.
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
json (2.16.0)
json (2.17.1)
jwt (3.1.2)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -629,11 +629,12 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.25.1)
rubocop-rails (2.33.4)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -702,9 +703,9 @@ GEM
standard-performance (1.8.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.25.0)
standard-rails (1.1.0)
standard-rails (1.5.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.25.0)
rubocop-rails (~> 2.33.4)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.9)
Expand Down Expand Up @@ -831,7 +832,7 @@ DEPENDENCIES
rspec-rails (~> 8.0.2)
rubocop
rubocop-performance
rubocop-rails (~> 2.25.1)
rubocop-rails (~> 2.33.4)
sass-rails
shoulda-matchers (~> 6.5)
simple_form
Expand Down
Loading