mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:15:05 +08:00
DEV: Update shoulda-matchers to 6.1.0 (#25362)
No need to stay on the git version anymore
This commit is contained in:
parent
3fc06e4345
commit
abbc6cf314
2
Gemfile
2
Gemfile
|
@ -145,7 +145,7 @@ group :test, :development do
|
||||||
|
|
||||||
gem "rspec-rails"
|
gem "rspec-rails"
|
||||||
|
|
||||||
gem "shoulda-matchers", require: false, github: "thoughtbot/shoulda-matchers"
|
gem "shoulda-matchers", require: false
|
||||||
gem "rspec-html-matchers"
|
gem "rspec-html-matchers"
|
||||||
gem "byebug", require: ENV["RM_INFO"].nil?, platform: :mri
|
gem "byebug", require: ENV["RM_INFO"].nil?, platform: :mri
|
||||||
gem "rubocop-discourse", require: false
|
gem "rubocop-discourse", require: false
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -7,13 +7,6 @@ GIT
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -461,6 +454,8 @@ GEM
|
||||||
rexml (~> 3.2, >= 3.2.5)
|
rexml (~> 3.2, >= 3.2.5)
|
||||||
rubyzip (>= 1.2.2, < 3.0)
|
rubyzip (>= 1.2.2, < 3.0)
|
||||||
websocket (~> 1.0)
|
websocket (~> 1.0)
|
||||||
|
shoulda-matchers (6.1.0)
|
||||||
|
activesupport (>= 5.2.0)
|
||||||
sidekiq (6.5.12)
|
sidekiq (6.5.12)
|
||||||
connection_pool (>= 2.2.5, < 3)
|
connection_pool (>= 2.2.5, < 3)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
|
@ -652,7 +647,7 @@ DEPENDENCIES
|
||||||
sassc-embedded
|
sassc-embedded
|
||||||
selenium-devtools
|
selenium-devtools
|
||||||
selenium-webdriver (~> 4.14)
|
selenium-webdriver (~> 4.14)
|
||||||
shoulda-matchers!
|
shoulda-matchers
|
||||||
sidekiq
|
sidekiq
|
||||||
simplecov
|
simplecov
|
||||||
sprockets!
|
sprockets!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user