diff --git a/Gemfile b/Gemfile index 7dde2c34..5def9362 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec gem "byebug" gem "rake", ">= 12.3.3" -gem "rspec", "~> 3.7" +gem "rspec", "~> 3.13" gem "rubocop-shopify", require: false gem "yard", "~> 0.9" diff --git a/Gemfile.lock b/Gemfile.lock index f4061f37..b0fa0657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM specs: ast (2.4.2) byebug (11.1.3) - diff-lcs (1.3) + diff-lcs (1.5.1) json (2.6.3) language_server-protocol (3.17.0.3) parallel (1.23.0) @@ -21,19 +21,19 @@ GEM rake (13.0.1) regexp_parser (2.8.1) rexml (3.2.6) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.2) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) + 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.8.0) - rspec-mocks (3.8.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.2) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) rubocop (1.55.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -59,7 +59,7 @@ PLATFORMS DEPENDENCIES byebug rake (>= 12.3.3) - rspec (~> 3.7) + rspec (~> 3.13) rubocop-shopify rubocop-sorbet! yard (~> 0.9)