Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-29 01:17:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-29 01:17:12 +0400
commit421451cf0980cdab63869b8b0c4c8f41c61a7fc9 (patch)
treeb725f0d828224008ef8385c34ef48a725cd0d787 /Gemfile
parent93a5b3d811ded5e0dd94b92c5babef4dbeddb902 (diff)
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