summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-28 23:17:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-28 23:17:12 +0200
commit421451cf0980cdab63869b8b0c4c8f41c61a7fc9 (patch)
treeb725f0d828224008ef8385c34ef48a725cd0d787 /Gemfile
parent93a5b3d811ded5e0dd94b92c5babef4dbeddb902 (diff)
downloadgitlab-ce-421451cf0980cdab63869b8b0c4c8f41c61a7fc9.tar.gz
gem shoulda updated
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 82658d0fdb1..60bc634652f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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