mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
fix: move foreman to global gems to fix startup crash
This commit is contained in:
parent
52eb80503d
commit
069b8202d0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -55,6 +55,7 @@ gem 'stimulus-rails'
|
|||
gem 'tailwindcss-rails', '= 3.3.2'
|
||||
gem 'turbo-rails', '>= 2.0.17'
|
||||
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
|
||||
gem 'foreman'
|
||||
|
||||
group :development, :test, :staging do
|
||||
gem 'brakeman', require: false
|
||||
|
|
@ -81,7 +82,6 @@ end
|
|||
|
||||
group :development do
|
||||
gem 'database_consistency', '>= 2.0.5', require: false
|
||||
gem 'foreman'
|
||||
gem 'rubocop-rails', '>= 2.33.4', require: false
|
||||
gem 'strong_migrations', '>= 2.4.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue