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

Bump omniauth from 1.3.1 to 1.9.2 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: git://github.com/kmrshntr/omniauth-slack.git
revision: 8b2371150cf3d892750695cd88118f8b16db9d01
remote: https://github.com/kmrshntr/omniauth-slack.git
revision: afd9f5c055d4393b70f3218c99baa21adfb458df
specs:
omniauth-slack (2.3.0)
omniauth-oauth2 (~> 1.3.1)
omniauth-oauth2 (~> 1.4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (3.4.6)
hashie (5.0.0)
i18n (0.7.0)
image_info (1.1.2)
image_size
Expand All @@ -121,7 +121,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.5.6)
jwt (2.3.0)
link_thumbnailer (3.3.0)
activesupport (>= 3.0)
image_info (~> 1.0)
Expand All @@ -147,7 +147,7 @@ GEM
mini_portile2 (2.1.0)
minitest (5.9.1)
multi_json (1.12.1)
multi_xml (0.5.5)
multi_xml (0.6.0)
multipart-post (2.0.0)
nenv (0.3.0)
net-http-persistent (2.9.4)
Expand All @@ -158,28 +158,28 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
oauth2 (1.4.8)
faraday (>= 0.8, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oga (2.7)
ast
ruby-ll (~> 2.1)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
pg (0.19.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (3.6.0)
rack (2.0.1)
rack (2.2.4)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.0.1)
Expand Down