summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-09 17:45:50 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-09 17:45:50 +0300
commite754e9d140ceef2882184679b72735b1e31be56a (patch)
tree8088ed2e6a63b5d0404eb206a9f3f4982e1d073b /Gemfile
parent35ab3d8bdc7c25654e0ffaabc1f3cf42bac730f4 (diff)
downloadgitlab-ci-e754e9d140ceef2882184679b72735b1e31be56a.tar.gz
Update rails to 4.0.10
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 8c01513..5cde880 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ def linux_only(require_as)
RUBY_PLATFORM.include?('linux') && require_as
end
-gem 'rails', '4.0.5'
+gem 'rails', '4.0.10'
gem 'protected_attributes'
gem 'actionpack-page_caching'
gem 'actionpack-action_caching'