summaryrefslogtreecommitdiff
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
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.
-rw-r--r--spec/integration/omniauth-oauth2/Gemfile4
-rw-r--r--spec/integration/omniauth/Gemfile4
2 files changed, 2 insertions, 6 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'
diff --git a/spec/integration/omniauth/Gemfile b/spec/integration/omniauth/Gemfile
index a29245b..af40e06 100644
--- a/spec/integration/omniauth/Gemfile
+++ b/spec/integration/omniauth/Gemfile
@@ -2,9 +2,7 @@ source 'http://rubygems.org'
gem 'benchmark-ips'
gem 'hashie', path: '../../..'
-# 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 'omniauth'
gem 'rack-test', '~> 0.6.3'
gem 'rake'
gem 'rspec', '~> 3.5.0'