diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-28 23:17:12 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-28 23:17:12 +0200 |
commit | 421451cf0980cdab63869b8b0c4c8f41c61a7fc9 (patch) | |
tree | b725f0d828224008ef8385c34ef48a725cd0d787 /Gemfile | |
parent | 93a5b3d811ded5e0dd94b92c5babef4dbeddb902 (diff) | |
download | gitlab-ce-421451cf0980cdab63869b8b0c4c8f41c61a7fc9.tar.gz |
gem shoulda updated
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,5 +58,5 @@ end group :test do gem "turn", :require => false gem "simplecov", :require => false - gem "shoulda", "~> 3.0.0.beta2" + gem "shoulda", "3.0.0" end |