diff --git a/Gemfile b/Gemfile index 2e5bf48..c879390 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.0" gem "rake-compiler" -gem "rspec", "~> 3.0" +gem "rspec", "~> 3.13" gem "rspec-benchmark" gem "rubocop", "~> 1.75" diff --git a/Gemfile.lock b/Gemfile.lock index ef308d1..9c8c002 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM benchmark-malloc (0.2.0) benchmark-perf (0.6.0) benchmark-trend (0.4.0) - diff-lcs (1.5.1) + diff-lcs (1.6.2) json (2.11.3) language_server-protocol (3.17.0.4) lint_roller (1.1.0) @@ -29,7 +29,7 @@ GEM rb_sys (0.9.113) rake-compiler-dock (= 1.9.1) regexp_parser (2.10.0) - rspec (3.13.0) + rspec (3.13.1) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) @@ -38,15 +38,15 @@ GEM benchmark-perf (~> 0.6) benchmark-trend (~> 0.4) rspec (>= 3.0) - rspec-core (3.13.2) + rspec-core (3.13.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.2) + rspec-support (3.13.4) rubocop (1.75.5) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -75,7 +75,7 @@ DEPENDENCIES json rake (~> 13.0) rake-compiler - rspec (~> 3.0) + rspec (~> 3.13) rspec-benchmark rubocop (~> 1.75)