diff --git a/Gemfile b/Gemfile index 7690a56f..a191e575 100755 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.1', require: false gem 'minitest-reporters', '1.7.1', require: false gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false -gem 'rspec-rails', '6.1.0', require: false +gem 'rspec-rails', '6.1.3', require: false gem 'rubocop', '1.65.0', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'simplecov', '0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1c801cb2..845e0732 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,7 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) formatador (1.1.0) futex (0.8.6) get_process_mem (0.2.7) @@ -167,6 +168,8 @@ GEM nenv (0.3.0) nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.6-x86_64-linux) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -215,7 +218,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.6.0) + rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.2) reline (0.5.9) @@ -230,14 +233,14 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.0) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) rspec-support (3.13.1) rubocop (1.65.0) json (~> 2.3) @@ -312,6 +315,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES cucumber (= 9.1.0) @@ -323,8 +327,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) rake (= 13.2.1) random-port (~> 0) - rdoc (= 6.6.0) - rspec-rails (= 6.1.0) + rspec-rails (= 6.1.3) rubocop (= 1.65.0) rubocop-rspec (= 3.0.3) simplecov (= 0.22.0)