diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-03-01 21:02:59 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-03-01 21:02:59 +0200 |
| commit | ed75afbb1014920f811a33524ba73cf1a7d78dc9 (patch) | |
| tree | 350c45cddb912dbe84cb5d2d550a3f46f469f4b4 | |
| parent | 375ebcabfd2b5c086d0b2602114f7b751c205440 (diff) | |
| download | gitlab-ce-ed75afbb1014920f811a33524ba73cf1a7d78dc9.tar.gz | |
should up to 3.0.1
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 09457d5bce9..cee6ed7e01d 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 |
