mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-03 21:12:55 +01:00
upgrade shoulda-matchers gem
This commit is contained in:
parent
0c2dcd9689
commit
3616eb07d9
2 changed files with 4 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -53,7 +53,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'shoulda'
|
||||
gem 'shoulda-matchers', '~> 3.1'
|
||||
gem 'faker'
|
||||
gem 'simplecov', require: false
|
||||
end
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -187,12 +187,8 @@ GEM
|
|||
sdoc (0.4.1)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
rdoc (~> 4.0)
|
||||
shoulda (3.5.0)
|
||||
shoulda-context (~> 1.0, >= 1.0.1)
|
||||
shoulda-matchers (>= 1.4.1, < 3.0)
|
||||
shoulda-context (1.2.1)
|
||||
shoulda-matchers (2.8.0)
|
||||
activesupport (>= 3.0.0)
|
||||
shoulda-matchers (3.1.1)
|
||||
activesupport (>= 4.0.0)
|
||||
simplecov (0.11.1)
|
||||
docile (~> 1.1.0)
|
||||
json (~> 1.8)
|
||||
|
@ -260,7 +256,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 3.0)
|
||||
sass-rails
|
||||
sdoc (~> 0.4.0)
|
||||
shoulda
|
||||
shoulda-matchers (~> 3.1)
|
||||
simplecov
|
||||
slim-rails
|
||||
spring
|
||||
|
|
Loading…
Reference in a new issue