Update devise dependency to version 2.1.1
This commit is contained in:
parent
7b7b9d5f9e
commit
919b3bbc42
10
Gemfile.lock
10
Gemfile.lock
|
@ -42,11 +42,11 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.3.3)
|
coffee-script-source (1.3.3)
|
||||||
crack (0.3.1)
|
crack (0.3.1)
|
||||||
devise (2.1.0)
|
devise (2.1.1)
|
||||||
bcrypt-ruby (~> 3.0)
|
bcrypt-ruby (~> 3.0)
|
||||||
orm_adapter (~> 0.0.7)
|
orm_adapter (~> 0.1)
|
||||||
railties (~> 3.1)
|
railties (~> 3.1)
|
||||||
warden (~> 1.1.1)
|
warden (~> 1.2.1)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
@ -77,7 +77,7 @@ GEM
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.18)
|
mime-types (1.18)
|
||||||
multi_json (1.3.6)
|
multi_json (1.3.6)
|
||||||
orm_adapter (0.0.7)
|
orm_adapter (0.1.0)
|
||||||
pg (0.13.2)
|
pg (0.13.2)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
puma (1.4.0)
|
puma (1.4.0)
|
||||||
|
@ -149,7 +149,7 @@ GEM
|
||||||
multi_json (>= 1.0.2)
|
multi_json (>= 1.0.2)
|
||||||
validates_formatting_of (0.5.0)
|
validates_formatting_of (0.5.0)
|
||||||
rails (~> 3.0)
|
rails (~> 3.0)
|
||||||
warden (1.1.1)
|
warden (1.2.1)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
webmock (1.8.7)
|
webmock (1.8.7)
|
||||||
addressable (>= 2.2.7)
|
addressable (>= 2.2.7)
|
||||||
|
|
Loading…
Reference in New Issue