listpush/Gemfile.lock

185 lines
4.1 KiB
Plaintext
Raw Normal View History

2014-01-14 06:46:59 +00:00
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
actionpack (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
activerecord (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri (>= 1.4.0)
arel (3.0.3)
builder (3.0.4)
2014-02-13 16:02:57 +00:00
chosen-rails (1.1.0)
coffee-rails (>= 3.2)
compass-rails (>= 1.1.2)
railties (>= 3.0)
sass-rails (>= 3.2)
chunky_png (1.3.0)
2014-02-13 20:44:56 +00:00
coderay (1.1.0)
2014-01-14 06:46:59 +00:00
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
2014-02-13 16:02:57 +00:00
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.1.3)
compass (>= 0.12.2)
2014-01-14 06:46:59 +00:00
erubis (2.7.0)
execjs (2.0.2)
2014-02-13 16:02:57 +00:00
fssm (0.2.10)
2014-01-14 06:46:59 +00:00
gemsurance (0.1.4)
bundler (~> 1.2)
git (~> 1.2)
git (1.2.6)
gyoku (1.1.1)
builder (>= 2.1.2)
hike (1.2.3)
httpi (2.1.0)
rack
rubyntlm (~> 0.3.2)
i18n (0.6.9)
journey (1.0.4)
jquery-rails (2.3.0)
2014-01-14 06:46:59 +00:00
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
2014-02-13 17:12:02 +00:00
maskedinput-rails (1.3.1.0)
meta_search (1.1.3)
actionpack (~> 3.1)
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
2014-02-13 20:44:56 +00:00
method_source (0.8.2)
2014-01-14 06:46:59 +00:00
mime-types (1.25.1)
mini_portile (0.5.2)
multi_json (1.8.4)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
nori (2.3.0)
polyamorous (0.5.0)
activerecord (~> 3.0)
2014-01-14 06:46:59 +00:00
polyglot (0.3.3)
2014-02-13 20:44:56 +00:00
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
2014-01-14 06:46:59 +00:00
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.12)
actionmailer (= 3.2.12)
actionpack (= 3.2.12)
activerecord (= 3.2.12)
activeresource (= 3.2.12)
activesupport (= 3.2.12)
bundler (~> 1.0)
railties (= 3.2.12)
rails_config (0.3.3)
activesupport (>= 3.0)
railties (3.2.12)
actionpack (= 3.2.12)
activesupport (= 3.2.12)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.1.1)
rdoc (3.12.2)
json (~> 1.4)
rubyntlm (0.3.4)
sass (3.2.13)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
savon (2.3.3)
akami (~> 1.2.0)
builder (>= 2.1.2)
gyoku (~> 1.1.0)
httpi (~> 2.1.0)
nokogiri (>= 1.4.0)
nori (~> 2.3.0)
wasabi (~> 3.2.2)
2014-02-13 20:44:56 +00:00
slop (3.4.7)
2014-01-14 06:46:59 +00:00
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.8)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
2014-02-13 17:12:02 +00:00
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
railties (>= 3.1)
2014-01-14 06:46:59 +00:00
tzinfo (0.3.38)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
wasabi (3.2.3)
httpi (~> 2.0)
mime-types (< 2.0.0)
nokogiri (>= 1.4.0)
PLATFORMS
ruby
DEPENDENCIES
2014-02-13 16:02:57 +00:00
chosen-rails
2014-01-14 06:46:59 +00:00
coffee-rails (~> 3.2.1)
gemsurance
gyoku (~> 1.0)
jquery-rails (= 2.3.0)
2014-02-13 17:12:02 +00:00
maskedinput-rails
meta_search (>= 1.1.0.pre)
2014-02-13 20:44:56 +00:00
pry
2014-01-14 06:46:59 +00:00
rails (= 3.2.12)
rails_config
sass-rails (~> 3.2.3)
savon (~> 2.0)
sqlite3
2014-02-13 17:12:02 +00:00
twitter-bootstrap-rails
2014-01-14 06:46:59 +00:00
uglifier (>= 1.0.3)