DEV: Update shoulda-matchers to 6.1.0 (#25362)

No need to stay on the git version anymore
This commit is contained in:
Jarek Radosz 2024-01-22 12:12:51 +01:00 committed by GitHub
parent 3fc06e4345
commit abbc6cf314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 9 deletions

View File

@ -145,7 +145,7 @@ group :test, :development do
gem "rspec-rails"
gem "shoulda-matchers", require: false, github: "thoughtbot/shoulda-matchers"
gem "shoulda-matchers", require: false
gem "rspec-html-matchers"
gem "byebug", require: ENV["RM_INFO"].nil?, platform: :mri
gem "rubocop-discourse", require: false

View File

@ -7,13 +7,6 @@ GIT
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
GIT
remote: https://github.com/thoughtbot/shoulda-matchers.git
revision: 367500d9fc3c76aef7add29f48459236928af96e
specs:
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
GEM
remote: https://rubygems.org/
specs:
@ -461,6 +454,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (6.1.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
@ -652,7 +647,7 @@ DEPENDENCIES
sassc-embedded
selenium-devtools
selenium-webdriver (~> 4.14)
shoulda-matchers!
shoulda-matchers
sidekiq
simplecov
sprockets!