summaryrefslogtreecommitdiff
path: root/spec/integration/omniauth-oauth2/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/omniauth-oauth2/Gemfile')
-rw-r--r--spec/integration/omniauth-oauth2/Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/integration/omniauth-oauth2/Gemfile b/spec/integration/omniauth-oauth2/Gemfile
index c081df6..91c3c2a 100644
--- a/spec/integration/omniauth-oauth2/Gemfile
+++ b/spec/integration/omniauth-oauth2/Gemfile
@@ -1,9 +1,7 @@
source 'http://rubygems.org'
gem 'hashie', path: '../../..'
-# Update omniauth to a pessimistic minor once omniauth releases changes in
-# https://github.com/omniauth/omniauth/pull/977
-gem 'omniauth', git: 'https://github.com/omniauth/omniauth.git', branch: 'master'
+gem 'omniauth'
gem 'omniauth-oauth2', '~> 1.4.0'
gem 'rails', '~> 5.0.1'
gem 'rspec', '~> 3.5.0'