GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

45 lines
864 B

  1. source 'https://rubygems.org'
  2. gem 'rails', '3.2.12'
  3. # Gems used only for assets and not required
  4. # in production environments by default.
  5. group :assets do
  6. gem 'sass-rails', '~> 3.2.3'
  7. gem 'coffee-rails', '~> 3.2.1'
  8. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  9. # gem 'therubyracer', :platforms => :ruby
  10. gem 'uglifier', '>= 1.0.3'
  11. end
  12. gem 'jquery-rails'
  13. # To use ActiveModel has_secure_password
  14. # gem 'bcrypt-ruby', '~> 3.0.0'
  15. # To use Jbuilder templates for JSON
  16. # gem 'jbuilder'
  17. # Use unicorn as the app server
  18. # gem 'unicorn'
  19. # Deploy with Capistrano
  20. # gem 'capistrano'
  21. # To use debugger
  22. # gem 'debugger'
  23. gem 'haml-rails'
  24. gem 'feedzirra'
  25. gem 'htmlentities'
  26. gem 'sorcery'
  27. gem 'will_paginate', '~> 3.0'
  28. gem 'activerecord-postgresql-adapter'
  29. gem 'pg'
  30. group :development do
  31. gem 'meta_request', '0.2.1'
  32. end