diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2017-06-19 16:28:32 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2017-06-19 16:28:32 -0600 |
commit | 4cb996512e3fc4f993aa11fe1a0fcfb20d024f13 (patch) | |
tree | eb3b541821ee7bade23dd51ab8cb858ab0a4ae41 /Gemfile | |
parent | 025cbc2ad4dc175634676ff8a6955e043512d8bf (diff) | |
download | gitlab-ce-4cb996512e3fc4f993aa11fe1a0fcfb20d024f13.tar.gz |
Update paranoia from 2.2 to 2.3.1.cs-update-paranoia
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14
Adds support for Rails 5.1.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ gem 'ruby-prof', '~> 0.16.2' gem 'oauth2', '~> 1.4' # Soft deletion -gem 'paranoia', '~> 2.2' +gem 'paranoia', '~> 2.3.1' # Health check gem 'health_check', '~> 2.6.0' |