adopt-a-hydrant/Gemfile.lock

87 lines
1.8 KiB
Plaintext
Raw Normal View History

2011-02-14 18:28:51 +00:00
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
2011-02-14 18:28:51 +00:00
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
2011-02-14 18:28:51 +00:00
builder (~> 2.1.2)
erubis (~> 2.6.6)
2011-04-03 11:58:48 +00:00
i18n (~> 0.5.0)
2011-02-14 18:28:51 +00:00
rack (~> 1.2.1)
2011-04-03 11:56:57 +00:00
rack-mount (~> 0.6.14)
2011-02-14 18:28:51 +00:00
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.7)
activesupport (= 3.0.7)
2011-02-14 18:28:51 +00:00
builder (~> 2.1.2)
2011-04-03 11:58:48 +00:00
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
2011-02-14 18:28:51 +00:00
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
2011-02-25 20:34:54 +00:00
arel (2.0.9)
2011-03-06 05:21:52 +00:00
bcrypt-ruby (2.1.4)
2011-02-14 18:28:51 +00:00
builder (2.1.2)
devise (1.3.3)
2011-03-06 05:21:52 +00:00
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
2011-02-14 18:28:51 +00:00
erubis (2.6.6)
abstract (>= 1.0.0)
2011-02-23 21:09:48 +00:00
geokit (1.5.0)
2011-02-14 18:28:51 +00:00
i18n (0.5.0)
mail (2.2.17)
2011-02-14 18:28:51 +00:00
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
orm_adapter (0.0.4)
2011-04-19 01:03:01 +00:00
pg (0.11.0)
2011-02-14 18:28:51 +00:00
polyglot (0.3.1)
rack (1.2.2)
2011-03-27 15:47:34 +00:00
rack-mount (0.6.14)
2011-02-14 18:28:51 +00:00
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
2011-02-14 18:28:51 +00:00
bundler (~> 1.0)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
2011-02-14 18:28:51 +00:00
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
sqlite3 (1.3.3)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
2011-04-03 11:57:25 +00:00
tzinfo (0.3.26)
2011-03-06 05:21:52 +00:00
warden (1.0.3)
rack (>= 1.0.0)
2011-02-14 18:28:51 +00:00
PLATFORMS
ruby
DEPENDENCIES
2011-03-06 05:21:52 +00:00
devise
2011-02-23 21:09:48 +00:00
geokit
2011-02-23 20:42:28 +00:00
pg
2011-03-06 05:21:52 +00:00
rails
2011-02-14 18:28:51 +00:00
sqlite3