diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-24 17:33:54 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-04-26 10:41:48 -0600 |
commit | 1cc614f2bdd30b4fce35ee9e680f9272b9012978 (patch) | |
tree | deaa190c655512f692916475874b6385848c684d /Gemfile | |
parent | b65c4abd7409e681682e18acf070718af11a0851 (diff) | |
download | gitlab-ce-1cc614f2bdd30b4fce35ee9e680f9272b9012978.tar.gz |
Remove the Devise Async gem.
The extra gem isn’t necessary anymore since Rails 4.2 has ActiveJob integration.
Resolves #15575.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ gem "pg", '~> 0.18.2', group: :postgres # Authentication libraries gem 'devise', '~> 3.5.4' -gem 'devise-async', '~> 0.9.0' gem 'doorkeeper', '~> 2.2.0' gem 'omniauth', '~> 1.3.1' gem 'omniauth-auth0', '~> 1.4.1' |