summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-04 09:13:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-04 09:13:09 +0200
commita4cbdbb10dc692d95407944ef6f0769700ac5ba3 (patch)
tree10c39aa07fa2456f698a4cb7021b0d2e6652ede7 /Gemfile
parent640b913ac63415a2fda946a4d2dd4ce4c730985f (diff)
downloadgitlab-ce-a4cbdbb10dc692d95407944ef6f0769700ac5ba3.tar.gz
Update rails to 3.2.16
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 198a76a29de..f824506f409 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.15"
+gem "rails", "3.2.16"
# Supported DBs
gem "mysql2", group: :mysql