Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot
5a0e67f9c6 Update dependency rspec-rails to v7
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m43s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 1h16m22s
2024-09-20 22:21:34 +00:00
Renovate Bot
613344790b Update dependency turbo-rails to v2.0.9
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 2m54s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 1h8m15s
Run unit tests / unit_tests (push) Successful in 7m14s
Build Nginx-based docker image / build-static-assets (push) Successful in 1h52m43s
2024-09-20 20:13:39 +00:00
2 changed files with 22 additions and 23 deletions

View File

@ -26,7 +26,7 @@ group :development, :test do
gem 'factory_bot_rails' gem 'factory_bot_rails'
gem 'faker' gem 'faker'
gem 'pry' gem 'pry'
gem 'rspec-rails', '~> 6.1.0' gem 'rspec-rails', '~> 7.0.0'
end end
group :development do group :development do

View File

@ -107,7 +107,7 @@ GEM
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
globalid (1.2.1) globalid (1.2.1)
activesupport (>= 6.1) activesupport (>= 6.1)
i18n (1.14.5) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (2.0.1) importmap-rails (2.0.1)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
@ -133,7 +133,7 @@ GEM
jsonapi-serializable (0.3.1) jsonapi-serializable (0.3.1)
jsonapi-renderer (~> 0.2.0) jsonapi-renderer (~> 0.2.0)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
logger (1.6.0) logger (1.6.1)
loofah (2.22.0) loofah (2.22.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
@ -238,26 +238,26 @@ GEM
redis-client (0.22.2) redis-client (0.22.2)
connection_pool connection_pool
regexp_parser (2.9.2) regexp_parser (2.9.2)
reline (0.5.9) reline (0.5.10)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.2.8) rexml (3.2.8)
rspec-core (3.12.3) rspec-core (3.13.1)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-expectations (3.12.4) rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-mocks (3.12.7) rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-rails (6.1.1) rspec-rails (7.0.1)
actionpack (>= 6.1) actionpack (>= 7.0)
activesupport (>= 6.1) activesupport (>= 7.0)
railties (>= 6.1) railties (>= 7.0)
rspec-core (~> 3.12) rspec-core (~> 3.13)
rspec-expectations (~> 3.12) rspec-expectations (~> 3.13)
rspec-mocks (~> 3.12) rspec-mocks (~> 3.13)
rspec-support (~> 3.12) rspec-support (~> 3.13)
rspec-support (3.12.2) rspec-support (3.13.1)
rubocop (1.65.1) rubocop (1.65.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
@ -288,9 +288,8 @@ GEM
thor (1.3.2) thor (1.3.2)
tilt (2.4.0) tilt (2.4.0)
timeout (0.4.1) timeout (0.4.1)
turbo-rails (2.0.6) turbo-rails (2.0.9)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -305,7 +304,7 @@ GEM
websocket-driver (0.7.6) websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
zeitwerk (2.6.17) zeitwerk (2.6.18)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@ -333,7 +332,7 @@ DEPENDENCIES
rails (~> 7.2.0, >= 7.2.1) rails (~> 7.2.0, >= 7.2.1)
react-rails react-rails
redis (>= 4.0.1) redis (>= 4.0.1)
rspec-rails (~> 6.1.0) rspec-rails (~> 7.0.0)
rubocop rubocop
rubytree rubytree
sprockets-rails sprockets-rails