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 @@ -78,7 +78,7 @@ group :development, :test do
gem "rubocop", "~> 1.85"

# Ruby styling for Rails [https://github.com/rubocop/rubocop-rails]
gem "rubocop-rails", "~> 2.34"
gem "rubocop-rails", "~> 2.35"

# Use RSpec for testing [https://rspec.info/]
gem "rspec-rails", "~> 6.0"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.9)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
base64 (0.3.0)
bcrypt (3.1.22)
bcrypt_pbkdf (1.1.2)
benchmark (0.5.0)
bigdecimal (4.0.1)
bigdecimal (4.1.2)
bootsnap (1.23.0)
msgpack (~> 1.2)
brakeman (8.0.4)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.2)
json (2.19.5)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
Expand Down Expand Up @@ -203,11 +203,11 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.3)
mcp (0.9.0)
mcp (0.15.0)
json-schema (>= 4.1)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (6.0.2)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
Expand Down Expand Up @@ -242,8 +242,8 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.10.2)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.3)
Expand All @@ -270,7 +270,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.5)
rack (3.2.6)
rack-attack (6.8.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
Expand Down Expand Up @@ -323,7 +323,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)
responders (3.2.0)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-rails (2.34.3)
rubocop-rails (2.35.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand Down Expand Up @@ -475,7 +475,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
rswag
rubocop (~> 1.85)
rubocop-rails (~> 2.34)
rubocop-rails (~> 2.35)
shoulda-matchers
solid_cable
solid_cache
Expand Down
Loading