Commit f0dca72530c8cc078c30dc64ee18dfcfb348727d
Committed by
Rafael Reggiani Manzo
1 parent
7149be45
[Colab] Update omniauth-remote-user
This fixes remote user sign in/up with the latests Colab version.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -134,7 +134,7 @@ GEM |
134 | 134 | globalid (0.3.6) |
135 | 135 | activesupport (>= 4.1.0) |
136 | 136 | google-analytics-rails (0.0.6) |
137 | - hashie (3.4.1) | |
137 | + hashie (3.4.3) | |
138 | 138 | http-cookie (1.0.2) |
139 | 139 | domain_name (~> 0.5) |
140 | 140 | http_accept_language (2.0.5) |
... | ... | @@ -203,10 +203,10 @@ GEM |
203 | 203 | nokogiri (1.6.6.2) |
204 | 204 | mini_portile (~> 0.6.0) |
205 | 205 | ntlm-http (0.1.1) |
206 | - omniauth (1.2.2) | |
206 | + omniauth (1.3.1) | |
207 | 207 | hashie (>= 1.2, < 4) |
208 | - rack (~> 1.0) | |
209 | - omniauth-remote-user (0.0.6) | |
208 | + rack (>= 1.0, < 3) | |
209 | + omniauth-remote-user (0.1.1) | |
210 | 210 | omniauth (~> 1.0) |
211 | 211 | orm_adapter (0.5.0) |
212 | 212 | pg (0.18.3) | ... | ... |