Mercurial > zeropaste
view Gemfile @ 271:9e5340104183
Add rubocop for fun.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 03:27:47 +0900 |
parents | f7c2bf78c501 |
children | 6dd0f3300953 |
line wrap: on
line source
source "https://rubygems.org" gem "rails", "~> 4.0.0.rc1" gem "jquery-rails" # Bundle edge Rails instead: # gem "rails", :git => "git://github.com/rails/rails.git" gem "pg", platforms: :ruby gem "activerecord-jdbcpostgresql-adapter", platforms: :jruby gem "jruby-openssl", platforms: :jruby gem "actionpack-page_caching" gem "sass-rails", "~> 4.0.0.rc1" gem "uglifier" gem "anjlab-bootstrap-rails", :require => "bootstrap-rails" gem "therubyrhino", platforms: :jruby # To use ActiveModel has_secure_password # gem "bcrypt-ruby", "~> 3.0.0" # To use Jbuilder templates for JSON # gem "jbuilder" group :standalone do # Use unicorn as the app server gem "unicorn", platforms: :mri gem "puma", platforms: [:rbx, :jruby] end # Deploy with Capistrano # gem "capistrano" # To use debugger # gem "ruby-debug" group :newrelic do gem "newrelic_rpm" end group :development do gem "quiet_assets" gem "puma" end