8000 Bump omniauth from 1.8.1 to 2.1.1 by dependabot[bot] · Pull Request #80 · commudle/commudle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Bump omniauth from 1.8.1 to 2.1.1 #80

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
48 changes: 29 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ GEM
et-orbi (1.1.6)
tzinfo
execjs (2.7.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.9.25)
font-awesome-rails (4.7.0.4)
railties (>= 3.2, < 6.0)
Expand All @@ -113,7 +115,7 @@ GEM
raabro (~> 1.1)
globalid (0.4.1)
activesupport (>= 4.2.0)
hashie (3.5.7)
hashie (5.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.0.1)
Expand All @@ -126,7 +128,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (1.5.6)
jwt (2.7.0)
kgio (2.11.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -143,37 +145,40 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
momentjs-rails (2.20.1)
railties (>= 3.1)
mono_logger (1.1.0)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
mustermann (1.0.2)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.1)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-google-oauth2 (0.5.3)
jwt (>= 1.5)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.5)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
orm_adapter (0.5.0)
paranoia (2.4.1)
activerecord (>= 4.0, < 5.3)
Expand All @@ -182,7 +187,7 @@ GEM
public_suffix (3.0.2)
puma (3.12.0)
raabro (1.1.6)
rack (2.0.5)
rack (2.2.6.2)
rack-cors (1.0.2)
rack-protection (2.0.3)
rack
Expand Down Expand Up @@ -244,6 +249,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-graphviz (1.2.3)
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
rubyzip (1.2.1)
rufus-scheduler (3.5.2)
Expand All @@ -267,6 +273,9 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.3)
tilt (~> 2.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand Down Expand Up @@ -298,6 +307,7 @@ GEM
raindrops (~> 0.7)
vegas (0.1.11)
rack (>= 1.0.0)
version_gem (1.1.1)
warden (1.2.7)
rack (>= 1.0)
web-console (3.6.2)
Expand Down
0