summaryrefslogtreecommitdiff
path: root/spec/integration/omniauth-oauth2/Gemfile
blob: c081df6a07ad83b12d788d67c486910f510d9a40 (plain)
1
2
3
4
5
6
7
8
9
10
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-oauth2', '~> 1.4.0'
gem 'rails', '~> 5.0.1'
gem 'rspec', '~> 3.5.0'
gem 'rspec-rails'