Starting companies and admin
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -2,6 +2,7 @@ source "https://rubygems.org"
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem 'devise'
|
||||
gem 'cancancan'
|
||||
|
||||
ruby "3.0.3"
|
||||
|
||||
@@ -48,7 +49,7 @@ gem "bootsnap", require: false
|
||||
# gem "sassc-rails"
|
||||
|
||||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||
# gem "image_processing", "~> 1.2"
|
||||
gem "image_processing", "~> 1.2"
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
|
||||
Reference in New Issue
Block a user