Skip to content

Commit

Permalink
Merge pull request #756 from maxfierke/dependabot/bundler/rspec-rails…
Browse files Browse the repository at this point in the history
…-7.0.1

Bump rspec-rails from 6.1.3 to 7.0.1
  • Loading branch information
maxfierke authored Oct 4, 2024
2 parents 8630cac + 554c8a5 commit 7abbcee
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 @@ -64,7 +64,7 @@ group :production do
end

group :development, :test do
gem 'rspec-rails', '~> 6.1'
gem 'rspec-rails', '~> 7.0'
gem 'capybara'
gem 'database_cleaner'
gem 'debug'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,18 +310,18 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.8)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -415,7 +415,7 @@ DEPENDENCIES
rails (~> 7.1.3)
redcarpet (>= 3.2.3)
redis
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
selenium-webdriver (~> 4.25)
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 7abbcee

Please sign in to comment.