heartcombo--devise/Gemfile.lock

161 lines
3.5 KiB
Plaintext
Raw Normal View History

2013-01-23 00:46:45 +00:00
GIT
remote: git://github.com/mongoid/mongoid.git
revision: 346a79a7d01aa194de80e649916239a18d38ce13
2013-01-23 00:46:45 +00:00
branch: master
specs:
mongoid (4.0.0)
2013-08-13 16:43:06 +00:00
activemodel (~> 4.0.0)
moped (~> 1.5)
2013-01-23 00:46:45 +00:00
origin (~> 1.0)
tzinfo (~> 0.3.22)
PATH
remote: .
specs:
2013-11-25 11:00:21 +00:00
devise (3.2.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
2013-08-05 09:47:36 +00:00
thread_safe (~> 0.1)
2013-07-14 18:39:46 +00:00
warden (~> 1.2.3)
GEM
2013-03-28 17:00:55 +00:00
remote: https://rubygems.org/
specs:
2013-07-09 07:09:22 +00:00
actionmailer (4.0.0)
actionpack (= 4.0.0)
mail (~> 2.5.3)
2013-07-09 07:09:22 +00:00
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
2013-07-09 07:09:22 +00:00
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
2013-07-09 07:09:22 +00:00
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2)
2013-07-09 07:09:22 +00:00
activesupport (= 4.0.0)
arel (~> 4.0.0)
2013-07-09 07:09:22 +00:00
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.0)
2013-08-13 16:43:06 +00:00
atomic (1.1.12)
2013-11-06 20:39:16 +00:00
bcrypt-ruby (3.1.2)
2013-01-23 00:46:45 +00:00
builder (3.1.4)
2011-12-11 18:43:24 +00:00
erubis (2.7.0)
2013-08-13 16:43:06 +00:00
faraday (0.8.8)
multipart-post (~> 1.2.0)
2011-12-11 18:43:24 +00:00
hashie (1.2.0)
2013-07-09 07:09:22 +00:00
hike (1.2.3)
httpauth (0.2.0)
2013-08-13 16:43:06 +00:00
i18n (0.6.5)
json (1.8.0)
2013-03-28 17:00:55 +00:00
jwt (0.1.8)
multi_json (>= 1.5)
2013-07-09 07:09:22 +00:00
mail (2.5.4)
2011-12-11 18:43:24 +00:00
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.23)
2013-07-09 07:09:22 +00:00
minitest (4.7.5)
2013-03-28 17:00:55 +00:00
mocha (0.13.3)
2011-12-11 18:43:24 +00:00
metaclass (~> 0.0.1)
2013-08-13 16:43:06 +00:00
moped (1.5.1)
multi_json (1.7.9)
2013-03-28 17:00:55 +00:00
multipart-post (1.2.0)
nokogiri (1.5.9)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.0.3)
2011-12-11 18:43:24 +00:00
hashie (~> 1.2)
rack
omniauth-facebook (1.4.0)
omniauth-oauth2 (~> 1.0.2)
omniauth-oauth2 (1.0.3)
oauth2 (~> 0.8.0)
2011-12-11 18:43:24 +00:00
omniauth (~> 1.0)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
origin (1.1.0)
orm_adapter (0.4.0)
2011-12-11 18:43:24 +00:00
polyglot (0.3.3)
2013-01-23 00:46:45 +00:00
rack (1.5.2)
2011-12-11 18:43:24 +00:00
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.6.2)
2011-12-11 18:43:24 +00:00
rack (>= 1.0)
2013-07-09 07:09:22 +00:00
rails (4.0.0)
actionmailer (= 4.0.0)
actionpack (= 4.0.0)
activerecord (= 4.0.0)
activesupport (= 4.0.0)
bundler (>= 1.3.0, < 2.0)
2013-07-09 07:09:22 +00:00
railties (= 4.0.0)
sprockets-rails (~> 2.0.0)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2013-07-09 07:09:22 +00:00
rake (10.1.0)
2013-04-13 14:14:13 +00:00
rdoc (4.0.1)
2011-12-11 18:43:24 +00:00
json (~> 1.4)
ruby-openid (2.2.3)
2013-07-09 07:09:22 +00:00
sprockets (2.10.0)
2011-12-11 18:43:24 +00:00
hike (~> 1.2)
2012-12-04 19:37:32 +00:00
multi_json (~> 1.0)
2011-12-11 18:43:24 +00:00
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
2013-07-09 07:09:22 +00:00
sprockets-rails (2.0.0)
2013-01-23 00:46:45 +00:00
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.7)
2013-04-13 14:14:13 +00:00
thor (0.18.1)
2013-08-13 16:43:06 +00:00
thread_safe (0.1.2)
2013-01-23 00:46:45 +00:00
atomic
2013-07-09 07:09:22 +00:00
tilt (1.4.1)
treetop (1.4.14)
2011-12-11 18:43:24 +00:00
polyglot
polyglot (>= 0.3.1)
2013-03-28 17:00:55 +00:00
tzinfo (0.3.37)
2013-07-14 18:39:46 +00:00
warden (1.2.3)
rack (>= 1.0)
2013-04-19 23:38:39 +00:00
webrat (0.7.3)
2011-12-11 18:43:24 +00: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
mocha (~> 0.13.1)
2013-01-23 00:46:45 +00:00
mongoid!
2011-12-11 18:43:24 +00:00
omniauth (~> 1.0.0)
omniauth-facebook
omniauth-oauth2 (~> 1.0.0)
omniauth-openid (~> 1.0.1)
2013-07-09 07:09:22 +00:00
rails (~> 4.0.0)
2011-12-11 18:43:24 +00:00
rdoc
2012-04-18 18:31:25 +00:00
sqlite3
2013-04-19 23:38:39 +00:00
webrat (= 0.7.3)