1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/Gemfile.lock

174 lines
3.8 KiB
Text
Raw Normal View History

2013-01-22 19:46:45 -05:00
GIT
remote: git://github.com/mongoid/mongoid.git
2014-05-04 20:21:45 -04:00
revision: e93a4837b0266db46c24aae172e184f57c847b04
2013-01-22 19:46:45 -05:00
branch: master
specs:
2014-03-28 22:11:53 -04:00
mongoid (4.0.0.beta1)
activemodel (>= 4.0.0)
moped (~> 2.0.beta6)
origin (~> 2.1)
tzinfo (>= 0.3.37)
2013-01-22 19:46:45 -05:00
PATH
remote: .
specs:
2014-03-17 10:16:38 -04:00
devise (3.2.4)
2014-02-21 16:33:59 -05:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
2013-08-05 05:47:36 -04:00
thread_safe (~> 0.1)
2013-07-14 14:39:46 -04:00
warden (~> 1.2.3)
GEM
2013-03-28 13:00:55 -04:00
remote: https://rubygems.org/
specs:
2014-05-04 20:21:45 -04:00
actionmailer (4.1.0)
actionpack (= 4.1.0)
actionview (= 4.1.0)
mail (~> 2.5.4)
actionpack (4.1.0)
actionview (= 4.1.0)
activesupport (= 4.1.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
2014-05-04 20:21:45 -04:00
actionview (4.1.0)
activesupport (= 4.1.0)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.0)
activesupport (= 4.1.0)
builder (~> 3.1)
activerecord (4.1.0)
activemodel (= 4.1.0)
activesupport (= 4.1.0)
arel (~> 5.0.0)
activesupport (4.1.0)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
2014-05-04 20:21:45 -04:00
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
2014-03-17 10:16:38 -04:00
bcrypt (3.1.7)
2014-05-04 20:21:45 -04:00
bson (2.2.2)
builder (3.2.2)
connection_pool (2.0.0)
2011-12-11 13:43:24 -05:00
erubis (2.7.0)
2014-05-04 20:21:45 -04:00
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
hashie (2.1.1)
2013-07-09 03:09:22 -04:00
hike (1.2.3)
2014-03-28 22:11:53 -04:00
i18n (0.6.9)
2014-05-04 20:21:45 -04:00
json (1.8.1)
jwt (0.1.11)
2013-03-28 13:00:55 -04:00
multi_json (>= 1.5)
2013-07-09 03:09:22 -04:00
mail (2.5.4)
2011-12-11 13:43:24 -05:00
mime-types (~> 1.16)
treetop (~> 1.4.8)
2014-03-12 13:40:11 -04:00
metaclass (0.0.4)
2014-05-04 20:21:45 -04:00
mime-types (1.25.1)
mini_portile (0.5.3)
minitest (5.3.3)
2014-03-12 13:40:11 -04:00
mocha (1.0.0)
2011-12-11 13:43:24 -05:00
metaclass (~> 0.0.1)
2014-05-04 20:21:45 -04:00
moped (2.0.0.rc1)
2014-03-28 22:11:53 -04:00
bson (~> 2.2)
2014-05-04 20:21:45 -04:00
connection_pool (~> 2.0)
2014-03-28 22:11:53 -04:00
optionable (~> 0.2.0)
2014-05-04 20:21:45 -04:00
multi_json (1.9.3)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
2014-05-04 20:21:45 -04:00
omniauth (1.2.1)
hashie (>= 1.2, < 3)
rack (~> 1.0)
omniauth-facebook (1.6.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth2 (1.1.2)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2)
2011-12-11 13:43:24 -05:00
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
2014-03-28 22:11:53 -04:00
optionable (0.2.0)
2014-05-04 20:21:45 -04:00
origin (2.1.1)
2014-02-20 13:30:00 -05:00
orm_adapter (0.5.0)
2014-05-04 20:21:45 -04:00
polyglot (0.3.4)
2013-01-22 19:46:45 -05:00
rack (1.5.2)
2011-12-11 13:43:24 -05:00
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.6.2)
2011-12-11 13:43:24 -05:00
rack (>= 1.0)
2014-05-04 20:21:45 -04:00
rails (4.1.0)
actionmailer (= 4.1.0)
actionpack (= 4.1.0)
actionview (= 4.1.0)
activemodel (= 4.1.0)
activerecord (= 4.1.0)
activesupport (= 4.1.0)
bundler (>= 1.3.0, < 2.0)
2014-05-04 20:21:45 -04:00
railties (= 4.1.0)
sprockets-rails (~> 2.0)
railties (4.1.0)
actionpack (= 4.1.0)
activesupport (= 4.1.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2014-05-04 20:21:45 -04:00
rake (10.3.1)
rdoc (4.1.1)
2011-12-11 13:43:24 -05:00
json (~> 1.4)
2014-05-04 20:21:45 -04:00
ruby-openid (2.5.0)
sprockets (2.12.1)
2011-12-11 13:43:24 -05:00
hike (~> 1.2)
2012-12-04 14:37:32 -05:00
multi_json (~> 1.0)
2011-12-11 13:43:24 -05:00
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
2014-05-04 20:21:45 -04:00
sprockets-rails (2.1.3)
2013-01-22 19:46:45 -05:00
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
2014-05-04 20:21:45 -04:00
sqlite3 (1.3.9)
thor (0.19.1)
thread_safe (0.3.3)
2013-07-09 03:09:22 -04:00
tilt (1.4.1)
2014-05-04 20:21:45 -04:00
treetop (1.4.15)
2011-12-11 13:43:24 -05:00
polyglot
polyglot (>= 0.3.1)
2014-05-04 20:21:45 -04:00
tzinfo (1.1.0)
thread_safe (~> 0.1)
2013-07-14 14:39:46 -04:00
warden (1.2.3)
rack (>= 1.0)
2013-04-19 19:38:39 -04:00
webrat (0.7.3)
2011-12-11 13:43:24 -05:00
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
PLATFORMS
ruby
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
devise!
jruby-openssl
2014-03-12 13:40:11 -04:00
mocha (~> 1.0.0)
2013-01-22 19:46:45 -05:00
mongoid!
2014-05-04 20:21:45 -04:00
omniauth (~> 1.2.0)
2011-12-11 13:43:24 -05:00
omniauth-facebook
2014-05-04 20:21:45 -04:00
omniauth-oauth2 (~> 1.1.0)
2011-12-11 13:43:24 -05:00
omniauth-openid (~> 1.0.1)
2014-05-04 20:21:45 -04:00
rails (~> 4.1.0)
2011-12-11 13:43:24 -05:00
rdoc
2012-04-18 14:31:25 -04:00
sqlite3
2013-04-19 19:38:39 -04:00
webrat (= 0.7.3)