diff --git a/Gemfile b/Gemfile index 9ff2d3f..8f8d29e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2" gem "nokogiri", "~> 1.16" gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" -gem "rspec-rails", "~> 6.1" +gem "rspec-rails", "~> 7.0" gem "sprockets-rails", "~> 3.5" gem "sqlite3", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 0bcde28..7c9aa77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,16 +192,16 @@ GEM io-console (~> 0.5) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -217,7 +217,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-linux) stringio (3.1.1) - thor (1.3.1) + thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -227,7 +227,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-20 @@ -243,7 +243,7 @@ DEPENDENCIES pry (~> 0.14.1) rails-footnotes! rake (~> 13.2) - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) sprockets-rails (~> 3.5) sqlite3 (~> 1.7)