diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-04-18 17:48:17 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-04-23 08:31:23 +0800 |
commit | 256699519a2b56c332303c0d21cd8ff8f7ef47d7 (patch) | |
tree | edee11845fb6db64f9b992bcde4d9ccb4335798b /Gemfile | |
parent | 624a1cdab4da67c7b363602aa1178d0e6ff63475 (diff) | |
download | gitlab-ce-256699519a2b56c332303c0d21cd8ff8f7ef47d7.tar.gz |
Bump Rails version to 5.1.7
Removes unneeded patches
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.1.6.1' +gem 'rails', '5.1.7' # Improves copy-on-write performance for MRI gem 'nakayoshi_fork', '~> 0.0.4' |