back pass

This commit is contained in:
2022-03-30 17:19:22 +03:00
parent 260a08131e
commit 81344109c4
2 changed files with 6 additions and 4 deletions

View File

@ -16,13 +16,14 @@ gem "net-ssh"
gem "haml-rails"
gem 'high_voltage', '~> 3.1'
gem "passenger", require: "phusion_passenger/rack_handler"
# 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 mingw x64_mingw ]
gem "puma"
end
group :development do