Orbit/Gemfile

39 lines
837 B
Ruby
Raw Normal View History

source 'http://rubygems.org'
2010-03-08 08:04:05 +00:00
gem 'rails', '3.0.3'
2010-03-08 08:04:05 +00:00
gem 'bson_ext', '1.2.4'
gem 'carrierwave'
gem 'devise'
gem 'mini_magick'
2011-03-31 01:31:45 +00:00
# gem 'rblog', :path => 'lib/rblog'
gem 'mongoid', '2.0.0'
2010-03-08 08:04:05 +00:00
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
2010-03-08 08:04:05 +00:00
# Use unicorn as the web server
# gem 'unicorn'
2010-03-08 08:04:05 +00:00
# Deploy with Capistrano
# gem 'capistrano'
2010-03-08 08:04:05 +00:00
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'
2010-03-08 08:04:05 +00:00
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
2010-03-08 08:04:05 +00:00
# end