Gemfile.lock 366 B

123456789101112131415161718192021222324
  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activerecord (2.3.8)
  5. activesupport (= 2.3.8)
  6. activesupport (2.3.8)
  7. gettext (2.1.0)
  8. locale (>= 2.0.5)
  9. locale (2.0.5)
  10. rack (1.2.1)
  11. sinatra (1.0)
  12. rack (>= 1.0)
  13. sqlite3-ruby (1.3.1)
  14. PLATFORMS
  15. ruby
  16. DEPENDENCIES
  17. activerecord
  18. activesupport
  19. gettext
  20. sinatra
  21. sqlite3-ruby