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-09 13:07:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 13:07:55 +0400
commitab344f31b6a9b9456ffed1d30fb77bc6bd0a2381 (patch)
tree6fbdce307d0294dfc35bb71c23dfeafb0011fc84 /Gemfile
parent0d5c6a48be6417b1e61f9ca3f8f8dbe95f059b97 (diff)
Rails upto 3.2.11
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9dbccd51dbe..d6e5899e3e7 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.10"
+gem "rails", "3.2.11"
# Supported DBs
gem "mysql2", group: :mysql