summaryrefslogtreecommitdiff
path: root/spec/integration/omniauth/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/omniauth/Gemfile')
-rw-r--r--spec/integration/omniauth/Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/integration/omniauth/Gemfile b/spec/integration/omniauth/Gemfile
index 84e0998..a29245b 100644
--- a/spec/integration/omniauth/Gemfile
+++ b/spec/integration/omniauth/Gemfile
@@ -2,7 +2,9 @@ source 'http://rubygems.org'
gem 'benchmark-ips'
gem 'hashie', path: '../../..'
-gem 'omniauth', '~> 1.4.1'
+# Update omniauth to a pessimistic minor once https://github.com/omniauth/omniauth/issues/980
+# is resolved.
+gem 'omniauth', git: 'https://github.com/omniauth/omniauth.git', branch: 'master'
gem 'rack-test', '~> 0.6.3'
gem 'rake'
gem 'rspec', '~> 3.5.0'