Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- source "http://rubygems.org"
- gem "rails", "3.0.3"
- gem "mysql2"
- # Deploy with Capistrano
- gem "capistrano"
- gem "inploy"
- gem "cancan"
- gem "delayed_job", ">= 2.1.2"
- gem "devise", ">= 1.1.5"
- # gem "hoptoad_notifier"
- gem "i18n-js", ">= 0.1.6"
- gem "paginate", ">= 0.1.3"
- gem "pagseguro"
- gem "paperclip", ">= 2.3.8"
- gem "permalink", ">= 1.0.0"
- gem "RedCloth", ">= 4.2.2"
- gem "rmagick"
- gem "ruby-debug19"
- gem "simplecov", ">= 0.3.7"
- gem "simple_form", ">= 1.3.0"
- gem "swiss_knife", ">= 0.1.4"
- gem "validators", :git => "git://github.com/willian/validators.git", :branch => "master"
- group :test do
- gem "autotest", ">= 4.4.6"
- gem "database_cleaner", ">= 0.6.0"
- gem "factory_girl_rails", ">= 1.0.0"
- gem "faker"
- gem "shoulda", ">= 2.11.3"
- end
- group :development, :test do
- gem "factory_girl_generator", ">= 0.0.1"
- gem "rspec-rails", ">= 2.3.0"
- end
- # Bundle the extra gems for console:
- gem "awesome_print"
Advertisement
Add Comment
Please, Sign In to add comment