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.33.4"
gem "rubocop-rails", "~> 2.34.3"
# More concise test ("should") matchers
gem "shoulda-matchers", "~> 7.0"
# Default rules for Rubocop.
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (4.1.1)
bigdecimal (4.1.2)
bindex (0.8.1)
binding_of_caller (2.0.0)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.3)
json (2.19.4)
jwt (3.1.2)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -398,7 +398,7 @@ GEM
memory_profiler (1.1.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (6.0.3)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
monetize (2.0.0)
Expand Down Expand Up @@ -472,7 +472,7 @@ GEM
paper_trail (17.0.0)
activerecord (>= 7.1)
request_store (~> 1.4)
parallel (1.27.0)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -524,7 +524,7 @@ GEM
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.5)
rack (3.2.6)
rack-mini-profiler (4.0.1)
rack (>= 1.2.0)
rack-protection (4.2.1)
Expand Down Expand Up @@ -586,7 +586,7 @@ GEM
psych (>= 4.0.0)
tsort
recaptcha (5.21.1)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
request_store (1.7.0)
Expand Down Expand Up @@ -636,7 +636,7 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.33.4)
rubocop-rails (2.34.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand Down Expand Up @@ -710,9 +710,9 @@ GEM
standard-performance (1.9.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.26.0)
standard-rails (1.5.0)
standard-rails (1.6.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.33.4)
rubocop-rails (~> 2.34.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.2.0)
Expand Down Expand Up @@ -838,7 +838,7 @@ DEPENDENCIES
rspec-rails (~> 8.0.2)
rubocop
rubocop-performance
rubocop-rails (~> 2.33.4)
rubocop-rails (~> 2.34.3)
sass-rails
shoulda-matchers (~> 7.0)
simple_form
Expand Down
Loading