Install necessary gems and config development database
Showing
| ... | ... | @@ -30,6 +30,11 @@ gem 'jbuilder', '~> 2.5' |
| # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | ||
| # Paperclip is intended as an easy file attachment library for ActiveRecord | ||
| gem "paperclip", "~> 5.0.0" | ||
| # bootstrap-sass is a Sass-powered version of Bootstrap 3 | ||
| gem 'bootstrap-sass', '~> 3.3.6' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
Please
register
or
sign in
to comment