Skip to content

Commit

Permalink
Merge pull request #266 from indirect/dependabot/bundler/rspec-rails-…
Browse files Browse the repository at this point in the history
…7.0.0

Bump rspec-rails from 6.1.4 to 7.0.0
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
2 parents 1e8b377 + dc0c157 commit fa1188b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit fa1188b

Please sign in to comment.