|
|
|
@ -27,7 +27,7 @@ gem "jbuilder" |
|
|
|
# gem "bcrypt", "~> 3.1.7" |
|
|
|
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
|
|
gem "tzinfo-data", platforms: %i[ windows jruby ] |
|
|
|
#gem "tzinfo-data", platforms: %i[ windows jruby ] |
|
|
|
|
|
|
|
# Reduces boot times through caching; required in config/boot.rb |
|
|
|
gem "bootsnap", require: false |
|
|
|
@ -35,10 +35,7 @@ gem "bootsnap", require: false |
|
|
|
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] |
|
|
|
# gem "image_processing", "~> 1.2" |
|
|
|
|
|
|
|
group :development, :test do |
|
|
|
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem |
|
|
|
gem "debug", platforms: %i[ mri windows ] |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
group :development do |
|
|
|
# Use console on exceptions pages [https://github.com/rails/web-console] |
|
|
|
|