Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ gem 'devise', '~> 3.5.4'
gem 'doorkeeper', '~> 3.1'
gem 'devise-async', '~> 0.9.0'
gem 'omniauth', '~> 1.3.1'
gem 'omniauth-auth0', '~> 1.4.1'
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-auth0', '~> 1.4.2'
gem 'omniauth-azure-oauth2', '~> 0.0.8'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'
gem 'omniauth-facebook', '~> 3.0.0'
gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-google-oauth2', '~> 0.2.0'
gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-github', '~> 1.2.0'
gem 'omniauth-gitlab', '~> 1.0.2'
gem 'omniauth-google-oauth2', '~> 0.3.0'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-saml', '~> 1.5.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
Expand Down Expand Up @@ -170,7 +170,7 @@ gem "gemnasium-gitlab-service", "~> 0.2"
gem "slack-notifier", "~> 1.2.0"

# Asana integration
gem 'asana', '~> 0.4.0'
gem 'asana', '~> 2.0.1'

# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'
Expand Down Expand Up @@ -225,7 +225,7 @@ gem 'net-ssh', '~> 3.0.1'
gem 'base32', '~> 0.3.0'

# Sentry integration
gem 'sentry-raven', '~> 0.15'
gem 'sentry-raven', '~> 1.0', '>= 1.0.0'

gem 'premailer-rails', '~> 1.9.0'

Expand Down Expand Up @@ -316,7 +316,7 @@ end

gem "newrelic_rpm", '~> 3.14'

gem 'octokit', '~> 4.3.0'
gem 'octokit', '~> 4.23.0'

gem "mail_room", "~> 0.7"

Expand All @@ -327,7 +327,7 @@ gem 'activerecord-session_store', '~> 1.0.0'
gem "nested_form", '~> 0.3.2'

# OAuth
gem 'oauth2', '~> 1.0.0'
gem 'oauth2', '~> 1.4.8'

# Soft deletion
gem "paranoia", "~> 2.0"
Expand Down