diff --git a/Gemfile b/Gemfile index 8a5b5e2..79eed2d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gemspec gem "rake", "~> 13.2" -gem "rspec", "~> 3.0" +gem "rspec", "~> 3.13" gem "standard", "~> 1.28.5" diff --git a/Gemfile.lock b/Gemfile.lock index 64d3fb5..48e2646 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM base64 (0.2.0) byebug (11.1.3) coderay (1.1.3) - diff-lcs (1.5.0) + diff-lcs (1.5.1) faraday (2.8.1) base64 faraday-net_http (>= 2.0, < 3.1) @@ -36,19 +36,19 @@ GEM rake (13.2.1) regexp_parser (2.9.2) rexml (3.3.9) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) @@ -90,7 +90,7 @@ DEPENDENCIES pry-byebug (~> 3.9) qdrant-ruby! rake (~> 13.2) - rspec (~> 3.0) + rspec (~> 3.13) standard (~> 1.28.5) BUNDLED WITH