fix creating db
Showing
| ... | @@ -16,11 +16,10 @@ gem 'puma', '~> 3.7' | ... | @@ -16,11 +16,10 @@ gem 'puma', '~> 3.7' |
| gem 'sass-rails', '~> 5.0' | gem 'sass-rails', '~> 5.0' | ||
| # Use Uglifier as compressor for JavaScript assets | # Use Uglifier as compressor for JavaScript assets | ||
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier', '>= 1.3.0' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |||
| gem 'turbolinks', '~> 5' | |||
| gem 'figaro' | gem 'figaro' | ||
| gem 'devise' | gem 'devise' | ||
| gem 'carrierwave' | |||
| gem 'kaminari' | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
Please
register
or
sign in
to comment