diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-28 15:37:53 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-05 13:07:53 -0400 |
commit | 5ff9d2a1821ef0413a349388bcdc0fab84a17086 (patch) | |
tree | bed8a2b09c49295ca4f84f34168a7b8ab34d5cbc /Gemfile | |
parent | 9f33bf86cf55df8a00357f49bc63a5291b2a8024 (diff) | |
download | gitlab-ce-5ff9d2a1821ef0413a349388bcdc0fab84a17086.tar.gz |
Bump rails to 4.2.6rs-update-rails
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'rails', '4.2.5.2' +gem 'rails', '4.2.6' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with |