summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f7a8210..d000904 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"