summaryrefslogtreecommitdiff
path: root/spec/integration/omniauth-oauth2/Gemfile
diff options
context:
space:
mode:
authorMichael Herold <opensource@michaeljherold.com>2021-06-27 22:42:43 -0500
committerMichael Herold <opensource@michaeljherold.com>2021-06-27 22:48:16 -0500
commit509865dfc2bd17685988627bf07e21982a8e50e9 (patch)
treecef5b2571ea869794bcab2b4547b0311bc209d94 /spec/integration/omniauth-oauth2/Gemfile
parent9e7497c3468b62d5fc02e2cb62e58083fbc389be (diff)
downloadhashie-509865dfc2bd17685988627bf07e21982a8e50e9.tar.gz
Track Omniauth official releasescreate-github-action
This was always meant to be a temporary fix. Let's track actual releases because GitHub Actions is choking on it.
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'