Skip to content
Closed
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 @@ -76,7 +76,7 @@ group :test do
gem 'rspec-its'
gem 'rspec-rails', '~> 8.0.4'
gem 'rspec-wait'
gem 'rubocop', '~> 1.85.1'
gem 'rubocop', '~> 1.86.1'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.34'
Expand Down
19 changes: 8 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
base64 (0.3.0)
beefcake (1.0.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
bigdecimal (4.1.1)
bit-struct (0.17)
bootsnap (1.23.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -266,7 +266,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.7.0)
json (2.19.2)
json (2.19.3)
json-diff (0.4.1)
json-schema (6.2.0)
addressable (~> 2.8)
Expand All @@ -290,8 +290,6 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
mcp (0.9.0)
json-schema (>= 4.1)
method_source (1.1.0)
mime-types (3.7.0)
logger
Expand Down Expand Up @@ -343,10 +341,10 @@ GEM
openssl (4.0.1)
os (1.1.4)
ostruct (0.6.3)
parallel (1.27.0)
parallel (2.0.0)
parallel_tests (5.6.0)
parallel
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.3)
Expand Down Expand Up @@ -416,7 +414,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.28.0)
connection_pool
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
representable (3.2.0)
Expand Down Expand Up @@ -468,12 +466,11 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.85.1)
rubocop (1.86.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
Expand Down Expand Up @@ -668,7 +665,7 @@ DEPENDENCIES
rspec-rails (~> 8.0.4)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.85.1)
rubocop (~> 1.86.1)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.34)
Expand Down
Loading