diff --git a/Gemfile b/Gemfile index 1e1741421..1e590aa28 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ end # For running unit tests group :test do gem 'test-unit-full', '~> 0.0.5' - gem 'rspec', '~> 3.12' + gem 'rspec', '~> 3.13' gem 'rdoc', '~> 6.6' gem 'browserstack-local', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 24519cade..b9445b9c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM fiber-local curb (1.0.5) daemons (1.4.1) - diff-lcs (1.5.0) + diff-lcs (1.5.1) domain_name (0.6.20231109) drb (2.2.0) ruby2_keywords @@ -105,8 +105,6 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.0-aarch64-linux) - racc (~> 1.4) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) nokogiri (1.16.0-x86_64-linux) @@ -154,19 +152,19 @@ GEM rexml (3.2.6) rqrcode_core (1.2.0) rr (3.1.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -245,7 +243,6 @@ GEM nokogiri (~> 1.8) PLATFORMS - aarch64-linux arm64-darwin-22 arm64-darwin-23 x86_64-linux @@ -278,7 +275,7 @@ DEPENDENCIES rake (~> 13.1) rdoc (~> 6.6) rest-client (~> 2.1.0) - rspec (~> 3.12) + rspec (~> 3.13) rubocop (~> 1.60.2) rubyzip (~> 2.3) rushover (~> 0.3.0)