move to phusion
This commit is contained in:
parent
8cd2edb521
commit
a3f0f09c4f
5
Gemfile
5
Gemfile
@ -25,9 +25,7 @@ gem "simple_form_tailwind_css"
|
|||||||
gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
||||||
#gem "merged" , path: "../merged"
|
#gem "merged" , path: "../merged"
|
||||||
|
|
||||||
group :production do
|
gem "passenger" , require: "phusion_passenger/rack_handler"
|
||||||
gem "passenger"
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||||
@ -36,7 +34,6 @@ group :development, :test do
|
|||||||
gem "mina"
|
gem "mina"
|
||||||
gem 'guard-minitest'
|
gem 'guard-minitest'
|
||||||
gem 'guard' # NOTE: this is necessary in newer versions
|
gem 'guard' # NOTE: this is necessary in newer versions
|
||||||
gem "puma" , "~> 4.0"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
@ -271,8 +271,6 @@ GEM
|
|||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (5.0.1)
|
public_suffix (5.0.1)
|
||||||
puma (4.3.12)
|
|
||||||
nio4r (~> 2.0)
|
|
||||||
pundit (2.3.0)
|
pundit (2.3.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
racc (1.6.2)
|
racc (1.6.2)
|
||||||
@ -428,7 +426,6 @@ DEPENDENCIES
|
|||||||
mina
|
mina
|
||||||
passenger
|
passenger
|
||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
puma (~> 4.0)
|
|
||||||
rails (~> 7.0)
|
rails (~> 7.0)
|
||||||
ruby2js!
|
ruby2js!
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
exec ./bin/rails s -b 0.0.0.0 -p 3000 -d
|
|
Loading…
Reference in New Issue
Block a user