diff options
author | Bobby McDonald <BobbyMcWho@users.noreply.github.com> | 2019-11-17 12:35:30 -0500 |
---|---|---|
committer | Michael Herold <opensource@michaeljherold.com> | 2019-11-17 11:35:30 -0600 |
commit | 2846ea63a90a594ed67e3eb8ba7c5fd125909089 (patch) | |
tree | e86f362d5a224b0e520eeece5144eb22be252827 /spec/integration/omniauth/Gemfile | |
parent | d1cad54a6e3dd3aae3633a4a98fd19cbc4a53fc4 (diff) | |
download | hashie-2846ea63a90a594ed67e3eb8ba7c5fd125909089.tar.gz |
Update github urls to hashie/hashie (#497)
* Update github urls to hashie/hashie
* Point omniauth in integration tests at master.
Until omniauth releases the changes merged from
https://github.com/omniauth/omniauth/pull/977 , we must point at
master branch.
* revert incorrect change of gem email
Co-Authored-By: Michael Herold <github@michaeljherold.com>
* Reference open issue for release
Diffstat (limited to 'spec/integration/omniauth/Gemfile')
-rw-r--r-- | spec/integration/omniauth/Gemfile | 4 |
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' |