Skip to content

Commit

Permalink
Merge pull request #1853 from Retrospring/dependabot/bundler/rspec-ra…
Browse files Browse the repository at this point in the history
…ils-7.0.1
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
2 parents 6cd59ba + b72ef66 commit 09bf890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ group :development, :test do
gem "rake"
gem "rspec-its", "~> 1.3"
gem "rspec-mocks"
gem "rspec-rails", "~> 6.1"
gem "rspec-rails", "~> 7.0"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.66"
gem "rubocop-rails", "~> 2.26"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
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-its (1.3.0)
Expand All @@ -404,10 +404,10 @@ GEM
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 @@ -595,7 +595,7 @@ DEPENDENCIES
rqrcode
rspec-its (~> 1.3)
rspec-mocks
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.66)
rubocop-rails (~> 2.26)
Expand Down

0 comments on commit 09bf890

Please sign in to comment.