Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock omniauth-oauth2 to version 1.3.1 #24

Merged
merged 1 commit into from
Oct 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
registrar (1.0.0)
omniauth
omniauth-google-oauth2
omniauth-oauth2 (~> 1.3.1)
rails (>= 4.2.0)

GEM
Expand Down Expand Up @@ -129,8 +130,8 @@ GEM
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
sprockets (3.3.4)
rack (~> 1.0)
sprockets (3.3.5)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand Down
1 change: 1 addition & 0 deletions registrar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "rails", ">= 4.2.0"
s.add_dependency "omniauth"
s.add_dependency "omniauth-google-oauth2"
s.add_dependency "omniauth-oauth2", "~> 1.3.1"

s.add_development_dependency "bundler"
s.add_development_dependency "pg"
Expand Down