Track Omniauth official releases

This was always meant to be a temporary fix. Let's track actual releases
because GitHub Actions is choking on it.
This commit is contained in:
Michael Herold 2021-06-27 22:42:43 -05:00
parent 9e7497c346
commit 509865dfc2
No known key found for this signature in database
GPG Key ID: E3623596598FB3E6
2 changed files with 2 additions and 6 deletions

View File

@ -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'

View File

@ -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'