diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,9 @@ gem "tzinfo-data", platforms: %i[ windows jruby ] # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", require: false +# Uploading files +#gem 'rack-cors' + # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] # gem "image_processing", "~> 1.2" @@ -56,6 +59,8 @@ group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" + gem 'byebug', '~> 11.1', '>= 11.1.1' + # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] # gem "rack-mini-profiler" |
