heartcombo--devise/Gemfile.lock

183 lines
4.2 KiB
Plaintext
Raw Normal View History

PATH
remote: .
specs:
2016-05-03 02:51:49 +00:00
devise (4.1.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
2015-12-15 16:55:36 +00:00
railties (>= 4.1.0, < 5.1)
responders
warden (~> 1.2.3)
GEM
2013-03-28 17:00:55 +00:00
remote: https://rubygems.org/
specs:
2016-03-09 14:13:04 +00:00
actionmailer (4.2.6)
actionpack (= 4.2.6)
actionview (= 4.2.6)
activejob (= 4.2.6)
2014-08-20 21:16:51 +00:00
mail (~> 2.5, >= 2.5.4)
2014-12-01 12:18:00 +00:00
rails-dom-testing (~> 1.0, >= 1.0.5)
2016-03-09 14:13:04 +00:00
actionpack (4.2.6)
actionview (= 4.2.6)
activesupport (= 4.2.6)
2015-03-24 12:00:28 +00:00
rack (~> 1.6)
rack-test (~> 0.6.2)
2014-12-01 12:18:00 +00:00
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2016-03-09 14:13:04 +00:00
actionview (4.2.6)
activesupport (= 4.2.6)
2014-05-05 00:21:45 +00:00
builder (~> 3.1)
erubis (~> 2.7.0)
2014-12-01 12:18:00 +00:00
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2016-03-09 14:13:04 +00:00
activejob (4.2.6)
activesupport (= 4.2.6)
2014-09-29 20:38:16 +00:00
globalid (>= 0.3.0)
2016-03-09 14:13:04 +00:00
activemodel (4.2.6)
activesupport (= 4.2.6)
2014-05-05 00:21:45 +00:00
builder (~> 3.1)
2016-03-09 14:13:04 +00:00
activerecord (4.2.6)
activemodel (= 4.2.6)
activesupport (= 4.2.6)
2014-12-01 12:18:00 +00:00
arel (~> 6.0)
2016-03-09 14:13:04 +00:00
activesupport (4.2.6)
i18n (~> 0.7)
2014-05-05 00:21:45 +00:00
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
2014-05-05 00:21:45 +00:00
tzinfo (~> 1.1)
arel (6.0.3)
2016-03-09 14:01:50 +00:00
bcrypt (3.1.11)
2016-04-25 20:06:05 +00:00
bson (4.0.0)
2014-05-05 00:21:45 +00:00
builder (3.2.2)
2016-03-09 14:13:04 +00:00
concurrent-ruby (1.0.1)
2011-12-11 18:43:24 +00:00
erubis (2.7.0)
faraday (0.9.2)
2014-05-05 00:21:45 +00:00
multipart-post (>= 1.2, < 3)
globalid (0.3.6)
2014-08-20 21:16:51 +00:00
activesupport (>= 4.1.0)
hashie (3.4.3)
i18n (0.7.0)
json (1.8.3)
2016-03-09 14:13:04 +00:00
jwt (1.5.1)
loofah (2.0.3)
2014-09-29 20:38:16 +00:00
nokogiri (>= 1.5.9)
2014-11-19 17:43:47 +00:00
mail (2.6.3)
2014-08-20 21:16:51 +00:00
mime-types (>= 1.16, < 3)
2014-03-12 17:40:11 +00:00
metaclass (0.0.4)
2016-03-09 14:13:04 +00:00
mime-types (2.99.1)
mini_portile2 (2.0.0)
2016-01-27 15:52:37 +00:00
minitest (5.8.4)
mocha (1.1.0)
2011-12-11 18:43:24 +00:00
metaclass (~> 0.0.1)
2015-12-15 11:21:32 +00:00
mongo (2.2.0)
bson (~> 4.0)
mongoid (5.0.1)
activemodel (~> 4.0)
2015-12-15 11:21:32 +00:00
mongo (~> 2.1)
origin (~> 2.1)
tzinfo (>= 0.3.37)
multi_json (1.11.2)
2014-05-05 00:21:45 +00:00
multi_xml (0.5.5)
multipart-post (2.0.0)
2016-01-27 15:52:37 +00:00
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
2016-03-09 14:13:04 +00:00
oauth2 (1.1.0)
2014-05-05 00:21:45 +00:00
faraday (>= 0.8, < 0.10)
2016-03-09 14:13:04 +00:00
jwt (~> 1.0, < 1.5.2)
2014-05-05 00:21:45 +00:00
multi_json (~> 1.3)
multi_xml (~> 0.5)
2016-03-09 14:13:04 +00:00
rack (>= 1.2, < 3)
omniauth (1.3.1)
2014-07-29 18:58:15 +00:00
hashie (>= 1.2, < 4)
2016-03-09 14:13:04 +00:00
rack (>= 1.0, < 3)
omniauth-facebook (3.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
2014-05-05 00:21:45 +00:00
omniauth (~> 1.2)
2011-12-11 18:43:24 +00:00
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
2016-01-27 15:52:37 +00:00
origin (2.2.0)
2014-02-20 18:30:00 +00:00
orm_adapter (0.5.0)
rack (1.6.4)
2011-12-11 18:43:24 +00:00
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
2015-03-24 12:00:28 +00:00
rack-test (0.6.3)
2011-12-11 18:43:24 +00:00
rack (>= 1.0)
2016-03-09 14:13:04 +00:00
rails (4.2.6)
actionmailer (= 4.2.6)
actionpack (= 4.2.6)
actionview (= 4.2.6)
activejob (= 4.2.6)
activemodel (= 4.2.6)
activerecord (= 4.2.6)
activesupport (= 4.2.6)
bundler (>= 1.3.0, < 2.0)
2016-03-09 14:13:04 +00:00
railties (= 4.2.6)
2014-12-01 12:18:00 +00:00
sprockets-rails
2014-09-29 20:38:16 +00:00
rails-deprecated_sanitizer (1.0.3)
2014-08-20 21:16:51 +00:00
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
2014-11-19 17:43:47 +00:00
activesupport (>= 4.2.0.beta, < 5.0)
2014-08-20 21:16:51 +00:00
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
2016-01-27 15:52:37 +00:00
rails-html-sanitizer (1.0.3)
2014-09-29 20:38:16 +00:00
loofah (~> 2.0)
2016-03-09 14:13:04 +00:00
railties (4.2.6)
actionpack (= 4.2.6)
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2016-03-09 14:13:04 +00:00
rake (11.0.1)
rdoc (4.2.2)
json (~> 1.4)
2016-05-03 02:51:49 +00:00
responders (2.2.0)
2016-01-18 14:22:00 +00:00
railties (>= 4.2.0, < 5.1)
2015-03-24 12:00:28 +00:00
ruby-openid (2.7.0)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2016-03-09 14:13:04 +00:00
sprockets-rails (3.0.4)
2016-01-27 15:52:37 +00:00
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
test_after_commit (1.0.0)
activerecord (>= 3.2)
2014-05-05 00:21:45 +00:00
thor (0.19.1)
2015-03-24 12:00:28 +00:00
thread_safe (0.3.5)
2014-08-18 13:34:17 +00:00
tzinfo (1.2.2)
2014-05-05 00:21:45 +00:00
thread_safe (~> 0.1)
2016-01-31 19:01:52 +00:00
warden (1.2.6)
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 (~> 1.1)
2015-12-15 11:21:32 +00:00
mongoid (~> 5.0)
2016-04-25 20:06:05 +00:00
omniauth (~> 1.3)
2011-12-11 18:43:24 +00:00
omniauth-facebook
2016-03-09 14:13:04 +00:00
omniauth-oauth2 (~> 1.4)
2011-12-11 18:43:24 +00:00
omniauth-openid (~> 1.0.1)
rails (~> 4.2.6)
2011-12-11 18:43:24 +00:00
rdoc
2012-04-18 18:31:25 +00:00
sqlite3
test_after_commit
2013-04-19 23:38:39 +00:00
webrat (= 0.7.3)
BUNDLED WITH
1.11.2