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-03-01 23:02:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-01 23:02:59 +0400
commited75afbb1014920f811a33524ba73cf1a7d78dc9 (patch)
tree350c45cddb912dbe84cb5d2d550a3f46f469f4b4 /Gemfile
parent375ebcabfd2b5c086d0b2602114f7b751c205440 (diff)
should up to 3.0.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5c0b660d796..8a85c3fa762 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