diff --git a/Gemfile b/Gemfile index 5c0b660d..8a85c3fa 100644 --- a/Gemfile +++ b/Gemfile @@ -59,5 +59,5 @@ end group :test do gem "turn", :require => false gem "simplecov", :require => false - gem "shoulda", "3.0.0" + gem "shoulda", "3.0.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 09457d5b..cee6ed7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM ffi (~> 1.0.9) multi_json (~> 1.0.4) rubyzip - shoulda (3.0.0) + shoulda (3.0.1) shoulda-context (~> 1.0.0) shoulda-matchers (~> 1.0.0) shoulda-context (1.0.0) @@ -324,7 +324,7 @@ DEPENDENCIES rspec-rails sass-rails (= 3.2.3) seed-fu - shoulda (= 3.0.0) + shoulda (= 3.0.1) simplecov six sqlite3