Skip to content

Commit

Permalink
Merge pull request #168 from nla/dependabot/bundler/rspec-rails-7.0.1
Browse files Browse the repository at this point in the history
build(deps-dev): bump rspec-rails from 6.1.4 to 7.0.1
  • Loading branch information
CEdwardsBlasikiewicz authored Oct 2, 2024
2 parents 2e5096e + 4b3c1d7 commit f54950a
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 @@ -30,7 +30,7 @@ group :development, :test do
gem "rubocop-capybara", require: false
gem "rubocop-factory_bot", require: false

gem "rspec-rails", "~> 6.1"
gem "rspec-rails", "~> 7.0"
gem "shoulda-matchers"
gem "factory_bot_rails"
gem "faker"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,18 +318,18 @@ GEM
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
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.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 @@ -432,7 +432,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.17)
zeitwerk (2.6.18)
zk (1.10.0)
zookeeper (~> 1.5.0)
zookeeper (1.5.5)
Expand All @@ -455,7 +455,7 @@ DEPENDENCIES
puma (~> 6.4)
rails-controller-testing
rails-ujs
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
rubocop-capybara
rubocop-factory_bot
rubocop-performance
Expand Down

0 comments on commit f54950a

Please sign in to comment.