mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update Gemfile.
This commit is contained in:
parent
8539f5f915
commit
fb81453274
1 changed files with 12 additions and 7 deletions
19
Gemfile.lock
19
Gemfile.lock
|
@ -40,7 +40,7 @@ GEM
|
|||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
activesupport (3.0.0)
|
||||
addressable (2.2.1)
|
||||
addressable (2.1.2)
|
||||
arel (1.0.1)
|
||||
activesupport (~> 3.0.0)
|
||||
bcrypt-ruby (2.1.2)
|
||||
|
@ -50,9 +50,10 @@ GEM
|
|||
columnize (0.3.1)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
faraday (0.4.6)
|
||||
addressable (>= 2.1.1)
|
||||
rack (>= 1.0.1)
|
||||
faraday (0.5.0)
|
||||
addressable (~> 2.1.1)
|
||||
multipart-post (~> 1.0.1)
|
||||
rack (~> 1.2.1)
|
||||
i18n (0.4.1)
|
||||
jdbc-sqlite3 (3.6.3.054)
|
||||
linecache (0.43)
|
||||
|
@ -72,10 +73,13 @@ GEM
|
|||
tzinfo (~> 0.3.22)
|
||||
will_paginate (~> 3.0.pre)
|
||||
multi_json (0.0.4)
|
||||
multipart-post (1.0.1)
|
||||
nokogiri (1.4.3.1)
|
||||
oauth2 (0.0.13)
|
||||
faraday (~> 0.4.1)
|
||||
multi_json (>= 0.0.4)
|
||||
nokogiri (1.4.3.1-java)
|
||||
weakling (>= 0.0.3)
|
||||
oauth2 (0.1.0)
|
||||
faraday (~> 0.5.0)
|
||||
multi_json (~> 0.0.4)
|
||||
orm_adapter (0.0.2)
|
||||
polyglot (0.3.1)
|
||||
rack (1.2.1)
|
||||
|
@ -109,6 +113,7 @@ GEM
|
|||
tzinfo (0.3.23)
|
||||
warden (1.0.0)
|
||||
rack (>= 1.0.0)
|
||||
weakling (0.0.4-java)
|
||||
webrat (0.7.1)
|
||||
nokogiri (>= 1.2.0)
|
||||
rack (>= 1.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue