heartcombo--simple_form/Gemfile.lock

83 lines
1.8 KiB
Plaintext
Raw Normal View History

2010-10-07 23:29:53 +00:00
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
2011-04-19 18:00:25 +00:00
actionmailer (3.0.7)
actionpack (= 3.0.7)
2011-02-11 11:45:35 +00:00
mail (~> 2.2.15)
2011-04-19 18:00:25 +00:00
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
2010-10-07 23:29:53 +00:00
builder (~> 2.1.2)
erubis (~> 2.6.6)
2011-04-06 01:19:02 +00:00
i18n (~> 0.5.0)
2010-10-07 23:29:53 +00:00
rack (~> 1.2.1)
2011-04-06 01:19:02 +00:00
rack-mount (~> 0.6.14)
2011-02-11 11:45:35 +00:00
rack-test (~> 0.5.7)
2010-10-07 23:29:53 +00:00
tzinfo (~> 0.3.23)
2011-04-19 18:00:25 +00:00
activemodel (3.0.7)
activesupport (= 3.0.7)
2010-10-07 23:29:53 +00:00
builder (~> 2.1.2)
2011-04-06 01:19:02 +00:00
i18n (~> 0.5.0)
2011-04-19 18:00:25 +00:00
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
2010-11-21 15:39:52 +00:00
arel (~> 2.0.2)
2010-10-07 23:29:53 +00:00
tzinfo (~> 0.3.23)
2011-04-19 18:00:25 +00:00
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
2011-03-02 01:52:44 +00:00
arel (2.0.9)
2010-10-07 23:29:53 +00:00
builder (2.1.2)
2010-11-07 09:18:37 +00:00
columnize (0.3.2)
2010-10-07 23:29:53 +00:00
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
2010-11-07 09:18:37 +00:00
linecache (0.43)
2011-04-27 18:55:03 +00:00
mail (2.2.18)
2010-10-07 23:29:53 +00:00
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
2010-10-07 23:29:53 +00:00
mime-types (1.16)
mocha (0.9.10)
2010-10-07 23:29:53 +00:00
rake
polyglot (0.3.1)
2011-04-06 01:19:02 +00:00
rack (1.2.2)
rack-mount (0.6.14)
2010-10-07 23:29:53 +00:00
rack (>= 1.0.0)
2011-02-11 11:45:35 +00:00
rack-test (0.5.7)
2010-10-07 23:29:53 +00:00
rack (>= 1.0)
2011-04-19 18:00:25 +00:00
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
2010-11-21 15:39:52 +00:00
bundler (~> 1.0)
2011-04-19 18:00:25 +00:00
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
2010-11-21 15:39:52 +00:00
rake (>= 0.8.7)
thor (~> 0.14.4)
2010-10-07 23:29:53 +00:00
rake (0.8.7)
2010-11-07 09:18:37 +00:00
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
2010-11-21 15:39:52 +00:00
thor (0.14.6)
treetop (1.4.9)
2010-10-07 23:29:53 +00:00
polyglot (>= 0.3.1)
2011-04-27 18:55:03 +00:00
tzinfo (0.3.27)
2010-10-07 23:29:53 +00:00
PLATFORMS
ruby
DEPENDENCIES
mocha
2011-04-27 18:55:03 +00:00
rails (~> 3.0.7)
2010-11-07 09:18:37 +00:00
ruby-debug