1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update devise to 4.6

This commit is contained in:
2019-04-19 10:46:38 +02:00
parent 8e90966871
commit e210a90d79
2 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ gem 'will_paginate', '~> 3.1.6'
gem 'will-paginate-i18n', '~> 0.1.15' gem 'will-paginate-i18n', '~> 0.1.15'
gem 'will_paginate-bootstrap', '~> 1.0.1' gem 'will_paginate-bootstrap', '~> 1.0.1'
gem 'devise', '~> 4.5.0' gem 'devise', '~> 4.6.0'
gem 'devise-bootstrap-views', '~> 0.0.11' gem 'devise-bootstrap-views', '~> 0.0.11'
gem 'omniauth' gem 'omniauth'
gem 'omniauth-github' gem 'omniauth-github'

View File

@@ -71,7 +71,7 @@ GEM
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.1.5) concurrent-ruby (1.1.5)
crass (1.0.4) crass (1.0.4)
devise (4.5.0) devise (4.6.2)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0) railties (>= 4.1.0, < 6.0)
@@ -122,11 +122,11 @@ GEM
mysql2 (0.5.2-x64-mingw32) mysql2 (0.5.2-x64-mingw32)
mysql2 (0.5.2-x86-mingw32) mysql2 (0.5.2-x86-mingw32)
nio4r (2.3.1) nio4r (2.3.1)
nokogiri (1.10.1) nokogiri (1.10.2)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.1-x64-mingw32) nokogiri (1.10.2-x64-mingw32)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.1-x86-mingw32) nokogiri (1.10.2-x86-mingw32)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
oauth2 (1.4.1) oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0) faraday (>= 0.8, < 0.16.0)
@@ -144,7 +144,7 @@ GEM
oauth2 (~> 1.1) oauth2 (~> 1.1)
omniauth (~> 1.9) omniauth (~> 1.9)
orm_adapter (0.5.0) orm_adapter (0.5.0)
rack (2.0.6) rack (2.0.7)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.2.1) rails (5.2.2.1)
@@ -249,7 +249,7 @@ DEPENDENCIES
codacy-coverage codacy-coverage
codemirror-rails (~> 5.16.0) codemirror-rails (~> 5.16.0)
coffee-rails (~> 4.2.2) coffee-rails (~> 4.2.2)
devise (~> 4.5.0) devise (~> 4.6.0)
devise-bootstrap-views (~> 0.0.11) devise-bootstrap-views (~> 0.0.11)
jbuilder (~> 2.8.0) jbuilder (~> 2.8.0)
jquery-rails (~> 4.3.3) jquery-rails (~> 4.3.3)