should up to 3.0.1
This commit is contained in:
parent
375ebcabfd
commit
ed75afbb10
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -59,5 +59,5 @@ end
|
||||||
group :test do
|
group :test do
|
||||||
gem "turn", :require => false
|
gem "turn", :require => false
|
||||||
gem "simplecov", :require => false
|
gem "simplecov", :require => false
|
||||||
gem "shoulda", "3.0.0"
|
gem "shoulda", "3.0.1"
|
||||||
end
|
end
|
||||||
|
|
|
@ -233,7 +233,7 @@ GEM
|
||||||
ffi (~> 1.0.9)
|
ffi (~> 1.0.9)
|
||||||
multi_json (~> 1.0.4)
|
multi_json (~> 1.0.4)
|
||||||
rubyzip
|
rubyzip
|
||||||
shoulda (3.0.0)
|
shoulda (3.0.1)
|
||||||
shoulda-context (~> 1.0.0)
|
shoulda-context (~> 1.0.0)
|
||||||
shoulda-matchers (~> 1.0.0)
|
shoulda-matchers (~> 1.0.0)
|
||||||
shoulda-context (1.0.0)
|
shoulda-context (1.0.0)
|
||||||
|
@ -324,7 +324,7 @@ DEPENDENCIES
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails (= 3.2.3)
|
sass-rails (= 3.2.3)
|
||||||
seed-fu
|
seed-fu
|
||||||
shoulda (= 3.0.0)
|
shoulda (= 3.0.1)
|
||||||
simplecov
|
simplecov
|
||||||
six
|
six
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
Loading…
Reference in a new issue