|
@@ -14,7 +14,7 @@ gem 'sass-rails', '~> 5.0' |
|
|
# Use Uglifier as compressor for JavaScript assets |
|
|
gem 'uglifier', '>= 1.3.0' |
|
|
# See https://github.com/rails/execjs#readme for more supported runtimes |
|
|
# gem 'mini_racer', platforms: :ruby |
|
|
gem 'mini_racer', platforms: :ruby |
|
|
|
|
|
# Use CoffeeScript for .coffee assets and views |
|
|
gem 'coffee-rails', '~> 4.2' |
|
@@ -23,19 +23,21 @@ gem 'turbolinks', '~> 5' |
|
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |
|
|
gem 'jbuilder', '~> 2.5' |
|
|
# Use Redis adapter to run Action Cable in production |
|
|
# gem 'redis', '~> 4.0' |
|
|
gem 'redis', '~> 4.0' |
|
|
# Use ActiveModel has_secure_password |
|
|
# gem 'bcrypt', '~> 3.1.7' |
|
|
gem 'bcrypt', '~> 3.1.7' |
|
|
|
|
|
# Use ActiveStorage variant |
|
|
# gem 'mini_magick', '~> 4.8' |
|
|
gem 'mini_magick', '~> 4.8' |
|
|
|
|
|
# Use Capistrano for deployment |
|
|
# gem 'capistrano-rails', group: :development |
|
|
gem 'capistrano-rails', group: :development |
|
|
|
|
|
# Reduces boot times through caching; required in config/boot.rb |
|
|
gem 'bootsnap', '>= 1.1.0', require: false |
|
|
|
|
|
gem 'oj' |
|
|
|
|
|
group :development, :test do |
|
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console |
|
|
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] |
|
|