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:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-10-27 01:23:04 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-10-27 01:23:04 +0400
commit38cdb3eba0d59f7ffc7fdbb4ca808e759fba504b (patch)
treeba7afa3009db61b2519dba85ae7a67ec00b154e7 /Gemfile
parentf1e6d9be90c9f02ecbb334900e34f9a2a15c4530 (diff)
update shoulda to edge. fixes deprecations
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 77a00659ac7..28168095b36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,7 +34,7 @@ end
group :development, :test do
gem 'rspec-rails'
- gem 'shoulda'
+ gem "shoulda", "~> 3.0.0.beta2"
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'