diff options
author | James Lopez <james@jameslopez.es> | 2016-05-03 13:14:31 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-05-03 13:14:31 +0200 |
commit | 3929972d900ee2b0eca806c36074c93ac83af2fd (patch) | |
tree | 0a6d347b5c32facc0a5d38645e24918b2cff7c98 /Gemfile | |
parent | 5a4f576359a71a57c70544568d9291cba53a2d39 (diff) | |
parent | e172028a3615d1a7f1520ce65cddcdf707a16e5f (diff) | |
download | gitlab-ce-3929972d900ee2b0eca806c36074c93ac83af2fd.tar.gz |
Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-export-ui-experimental
# Conflicts:
# app/controllers/import/gitlab_project_controller.rb
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -19,8 +19,7 @@ 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 'doorkeeper', '~> 3.1' gem 'omniauth', '~> 1.3.1' gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' @@ -217,7 +216,7 @@ gem 'font-awesome-rails', '~> 4.6.1' gem 'gitlab_emoji', '~> 0.3.0' gem 'gon', '~> 6.0.1' gem 'jquery-atwho-rails', '~> 1.3.2' -gem 'jquery-rails', '~> 4.0.0' +gem 'jquery-rails', '~> 4.1.0' gem 'jquery-scrollto-rails', '~> 1.4.3' gem 'jquery-ui-rails', '~> 5.0.0' gem 'raphael-rails', '~> 2.1.2' @@ -243,7 +242,7 @@ group :development do gem 'brakeman', '~> 3.2.0', require: false gem "annotate", "~> 2.7.0" - gem "letter_opener", '~> 1.1.2' + gem 'letter_opener_web', '~> 1.3.0' gem 'quiet_assets', '~> 1.0.2' gem 'rerun', '~> 0.11.0' gem 'bullet', require: false |