diff options
author | Robert Speicher <rspeicher@gmail.com> | 2019-04-05 10:16:29 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-04-05 10:16:29 +0000 |
commit | 0b7f904635512d61149a502a2063cc1452514137 (patch) | |
tree | 42328bc89b35263ee887a695b7b1360786938ce5 /Gemfile | |
parent | b6cf4ec17b8038b1111596ca471ac6071b3fef6d (diff) | |
parent | 9fe4120aeddb07eb9185e4234b9bbd5a77735bec (diff) | |
download | gitlab-ce-0b7f904635512d61149a502a2063cc1452514137.tar.gz |
Merge branch 'sh-update-rails-5.0.7.2' into 'master'
Update Rails to 5.0.7.2
Closes #58963
See merge request gitlab-org/gitlab-ce!27022
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', '5.0.7.1' +gem 'rails', '5.0.7.2' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Improves copy-on-write performance for MRI |