Skip to content

Bump omniauth from 1.8.1 to 1.9.2 #30

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'bootstrap-sass', '~> 3.3.7'
gem 'omniauth', '~> 1.6'
gem 'omniauth', '~> 1.9'
gem 'omniauth-facebook', '~> 4.0'
gem 'paperclip', '~> 5.1.0'
gem 'geocoder', '~> 1.4'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/mshibuya/remotipart.git
revision: e08ea9a3aa8db9a8b2b97b6c9e7b078ed08915f2
remote: https://github.com/mshibuya/remotipart.git
revision: a1860d64aef484047bc1ef50e2f19ef2480eacf9
specs:
remotipart (1.4.2)
remotipart (1.4.4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
haml (5.0.4)
temple (>= 0.8.0)
tilt
hashie (3.5.7)
hashie (5.0.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
Expand Down Expand Up @@ -170,7 +170,9 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.0)
mini_portile2 (2.4.0)
minitest (5.14.1)
Expand All @@ -188,8 +190,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
Expand Down Expand Up @@ -219,7 +221,7 @@ GEM
public_suffix (3.0.2)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.2)
rack (2.2.4)
rack-pjax (1.0.0)
nokogiri (~> 1.5)
rack (>= 1.1)
Expand Down Expand Up @@ -369,7 +371,7 @@ DEPENDENCIES
jquery-ui-rails (~> 5.0)
letter_opener
listen
omniauth (~> 1.6)
omniauth (~> 1.9)
omniauth-facebook (~> 4.0)
paperclip (~> 5.1.0)
pg (= 0.20.0)
Expand Down