Skip to content

Commit

Permalink
Merge pull request #1934 from Retrospring/dependabot/bundler/rspec-it…
Browse files Browse the repository at this point in the history
…s-2.0.0
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
2 parents 9336c76 + adcd818 commit e75e0b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ group :development, :test do
gem "letter_opener" # Use this just in local test environments
gem "rails-controller-testing"
gem "rake"
gem "rspec-its", "~> 1.3"
gem "rspec-its", "~> 2.0"
gem "rspec-mocks"
gem "rspec-rails", "~> 7.0"
gem "rspec-sidekiq", "~> 5.0", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,14 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-its (2.0.0)
rspec-core (>= 3.13.0)
rspec-expectations (>= 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
rolify (~> 6.0)
rpush
rqrcode
rspec-its (~> 1.3)
rspec-its (~> 2.0)
rspec-mocks
rspec-rails (~> 7.0)
rspec-sidekiq (~> 5.0)
Expand Down

0 comments on commit e75e0b8

Please sign in to comment.