1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Install devise, update gems

This commit is contained in:
Philipp Fischbeck 2015-01-31 11:27:31 +01:00
parent d57235aa44
commit 00a025d9ce
2 changed files with 16 additions and 0 deletions

View File

@ -38,6 +38,8 @@ gem 'will_paginate-bootstrap'
gem 'mathjax-rails' gem 'mathjax-rails'
gem 'devise', '~> 3.4.1'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7' # gem 'bcrypt', '~> 3.1.7'

View File

@ -39,6 +39,7 @@ GEM
arel (6.0.0) arel (6.0.0)
autoprefixer-rails (4.0.2.2) autoprefixer-rails (4.0.2.2)
execjs execjs
bcrypt (3.1.10)
bh (1.2.0) bh (1.2.0)
actionpack actionpack
activesupport activesupport
@ -61,6 +62,13 @@ GEM
term-ansicolor (= 1.2.2) term-ansicolor (= 1.2.2)
thor (= 0.18.1) thor (= 0.18.1)
debug_inspector (0.0.2) debug_inspector (0.0.2)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
docile (1.1.5) docile (1.1.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.2.2) execjs (2.2.2)
@ -88,6 +96,7 @@ GEM
multi_json (1.10.1) multi_json (1.10.1)
nokogiri (1.6.5) nokogiri (1.6.5)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
orm_adapter (0.5.0)
rack (1.6.0) rack (1.6.0)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
@ -118,6 +127,8 @@ GEM
rake (10.4.2) rake (10.4.2)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) json (~> 1.4)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
sass (3.4.9) sass (3.4.9)
@ -160,6 +171,8 @@ GEM
uglifier (2.6.1) uglifier (2.6.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
warden (1.2.3)
rack (>= 1.0)
web-console (2.0.0) web-console (2.0.0)
activemodel (~> 4.0) activemodel (~> 4.0)
binding_of_caller (>= 0.7.2) binding_of_caller (>= 0.7.2)
@ -178,6 +191,7 @@ DEPENDENCIES
bootstrap-sass (~> 3.3.1) bootstrap-sass (~> 3.3.1)
coffee-rails (~> 4.1.0) coffee-rails (~> 4.1.0)
coveralls (~> 0.7.2) coveralls (~> 0.7.2)
devise (~> 3.4.1)
jbuilder (~> 2.0) jbuilder (~> 2.0)
jquery-rails jquery-rails
mathjax-rails mathjax-rails