config rubocop
Showing
| ... | @@ -82,6 +82,8 @@ group :development do | ... | @@ -82,6 +82,8 @@ group :development do |
| gem 'capistrano-rails', '~> 1.1' | gem 'capistrano-rails', '~> 1.1' | ||
| gem 'capistrano-rbenv', '~> 2.0' | gem 'capistrano-rbenv', '~> 2.0' | ||
| gem 'capistrano3-unicorn' | gem 'capistrano3-unicorn' | ||
| gem 'travis' | |||
| end | end | ||
| group :development, :test do | group :development, :test do | ||
| ... | @@ -139,21 +141,19 @@ gem 'breadcrumble' | ... | @@ -139,21 +141,19 @@ gem 'breadcrumble' |
| gem 'slim' | gem 'slim' | ||
| gem 'annotate', ">=2.6.0" | gem 'annotate', '>=2.6.0' | ||
| gem 'kaminari', github: 'amatsuda/kaminari' | gem 'kaminari', github: 'amatsuda/kaminari' | ||
| gem 'jwt', '0.1.11' | gem 'jwt', '0.1.11' | ||
| # Optional | # Optional | ||
| # For notifing to HipChat | # For notifing to HipChat | ||
| gem 'hipchat' | gem 'hipchat' | ||
| # For PDF upload | # For PDF upload | ||
| gem 'rmagick', :require => 'RMagick' | gem 'rmagick', require: 'RMagick' | ||
| # for heroku | # for heroku | ||
| gem 'rails_12factor', group: :production | gem 'rails_12factor', group: :production | ||
| ... | ... |
Please
register
or
sign in
to comment