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>2013-01-05 15:30:42 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-05 15:30:42 +0400
commitde05a598b3d73a545899f26173cafbaeff474629 (patch)
tree322ab2a86a8680ccaf605419063ccd8fd23c855c /Gemfile
parent2f5a733346959f993d7e87ad944d38eb8dbe6f13 (diff)
Update to rails 3.2.10. Use simplercov in spinach too
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6a2d6a8042d..80f7fe3a85e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ def linux_only(require_as)
RUBY_PLATFORM.include?('linux') && require_as
end
-gem "rails", "3.2.9"
+gem "rails", "3.2.10"
# Supported DBs
gem "mysql2", group: :mysql