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-10-24 19:17:53 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-24 19:17:53 +0400
commitcddec75dc1e309483aa80ea4533ff972507686ef (patch)
tree34ae17aa5c3a8ccee1d515f7b8e02a24ddc16abd /Gemfile
parent024a37ce20865d2d29b86d15936746f19250ef3d (diff)
Update rails to 3.2.15
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index faa7f362be4..3dbf890e61e 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.13"
+gem "rails", "3.2.15"
# Supported DBs
gem "mysql2", group: :mysql