bump shoulda-context

pull/8606/head
ulferts 4 years ago
parent e6aaeb2ec2
commit 1f9b13f37c
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -187,7 +187,7 @@ gem 'ruby-progressbar', '~> 1.10.0', require: false
group :test do
gem 'launchy', '~> 2.5.0'
gem 'rack-test', '~> 1.1.0'
gem 'shoulda-context', '~> 1.2'
gem 'shoulda-context', '~> 2.0'
# Test prof provides factories from code
# and other niceties

@ -886,7 +886,7 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic (1.6.1)
shoulda-context (1.2.2)
shoulda-context (2.0.0)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
spreadsheet (1.2.6)
@ -1120,7 +1120,7 @@ DEPENDENCIES
secure_headers (~> 6.3.0)
selenium-webdriver (~> 3.14)
semantic (~> 1.6.1)
shoulda-context (~> 1.2)
shoulda-context (~> 2.0)
shoulda-matchers (~> 3.1)
spring
spring-commands-rspec

Loading…
Cancel
Save