bump shoulda-matchers

pull/9574/head
ulferts 3 years ago
parent 433fc88581
commit 622be3ba4c
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 6
      Gemfile.lock

@ -239,7 +239,7 @@ group :test do
gem 'equivalent-xml', '~> 0.6'
gem 'json_spec', '~> 1.1.4'
gem 'shoulda-matchers', '~> 4.5', require: nil
gem 'shoulda-matchers', '~> 5.0', require: nil
gem 'parallel_tests', '~> 3.1'
end

@ -870,8 +870,8 @@ GEM
concurrent-ruby
faraday
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
shoulda-matchers (5.0.0)
activesupport (>= 5.2.0)
spreadsheet (1.2.9)
ruby-ole
spring (2.1.1)
@ -1098,7 +1098,7 @@ DEPENDENCIES
sentry-rails (~> 4.6.0)
sentry-ruby (~> 4.6.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 4.5)
shoulda-matchers (~> 5.0)
spring
spring-commands-rspec
sprockets (~> 3.7.0)

Loading…
Cancel
Save