Commit 86da625f1dc99ef57e554f1c39cb0db20f45a5b6

Authored by Dmitriy Zaporozhets
1 parent 1cfc2b6f

Updated gems: omniauth, sinatra, foreman

Showing 2 changed files with 12 additions and 12 deletions   Show diff stats
Gemfile
... ... @@ -16,7 +16,7 @@ gem "pg", group: :postgres
16 16  
17 17 # Auth
18 18 gem "devise"
19   -gem 'omniauth', "~> 1.1.1"
  19 +gem 'omniauth', "~> 1.1.3"
20 20 gem 'omniauth-google-oauth2'
21 21 gem 'omniauth-twitter'
22 22 gem 'omniauth-github'
... ...
Gemfile.lock
... ... @@ -155,7 +155,7 @@ GEM
155 155 factory_girl_rails (4.1.0)
156 156 factory_girl (~> 4.1.0)
157 157 railties (>= 3.0.0)
158   - faraday (0.8.4)
  158 + faraday (0.8.6)
159 159 multipart-post (~> 1.1)
160 160 faye-websocket (0.4.7)
161 161 eventmachine (>= 0.12.0)
... ... @@ -164,7 +164,7 @@ GEM
164 164 font-awesome-sass-rails (3.0.0.1)
165 165 railties (>= 3.1.1)
166 166 sass-rails (>= 3.1.1)
167   - foreman (0.60.2)
  167 + foreman (0.61.0)
168 168 thor (>= 0.13.6)
169 169 gemoji (1.2.1)
170 170 gherkin-ruby (0.2.1)
... ... @@ -255,21 +255,21 @@ GEM
255 255 sprockets (~> 2.0)
256 256 multi_json (1.6.1)
257 257 multi_xml (0.5.3)
258   - multipart-post (1.1.5)
  258 + multipart-post (1.2.0)
259 259 mysql2 (0.3.11)
260 260 net-ldap (0.2.2)
261 261 nokogiri (1.5.6)
262 262 oauth (0.4.7)
263   - oauth2 (0.8.0)
  263 + oauth2 (0.8.1)
264 264 faraday (~> 0.8)
265 265 httpauth (~> 0.1)
266 266 jwt (~> 0.1.4)
267 267 multi_json (~> 1.0)
268 268 rack (~> 1.2)
269   - omniauth (1.1.1)
  269 + omniauth (1.1.3)
270 270 hashie (~> 1.2)
271 271 rack
272   - omniauth-github (1.0.3)
  272 + omniauth-github (1.1.0)
273 273 omniauth (~> 1.0)
274 274 omniauth-oauth2 (~> 1.1)
275 275 omniauth-google-oauth2 (0.1.13)
... ... @@ -309,7 +309,7 @@ GEM
309 309 rack (>= 1.1.3)
310 310 rack-mount (0.8.3)
311 311 rack (>= 1.0.0)
312   - rack-protection (1.3.2)
  312 + rack-protection (1.4.0)
313 313 rack
314 314 rack-ssl (1.3.3)
315 315 rack
... ... @@ -400,9 +400,9 @@ GEM
400 400 multi_json (~> 1.0)
401 401 simplecov-html (~> 0.7.1)
402 402 simplecov-html (0.7.1)
403   - sinatra (1.3.3)
404   - rack (~> 1.3, >= 1.3.6)
405   - rack-protection (~> 1.2)
  403 + sinatra (1.3.5)
  404 + rack (~> 1.4)
  405 + rack-protection (~> 1.3)
406 406 tilt (~> 1.3, >= 1.3.3)
407 407 six (0.2.0)
408 408 slim (1.3.6)
... ... @@ -508,7 +508,7 @@ DEPENDENCIES
508 508 letter_opener
509 509 modernizr (= 2.6.2)
510 510 mysql2
511   - omniauth (~> 1.1.1)
  511 + omniauth (~> 1.1.3)
512 512 omniauth-github
513 513 omniauth-google-oauth2
514 514 omniauth-twitter
... ...