mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Compare commits
7 Commits
dac6a807a4
...
1b9ae997f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b9ae997f9 | ||
| 0d94e6ade7 | |||
| 680b0f9ae6 | |||
| 439e7216c8 | |||
| 8c26ba94cc | |||
| a5acfd9eb1 | |||
|
|
497c9d91ce |
@ -1 +1 @@
|
||||
2.7.2
|
||||
2.7.8
|
||||
|
||||
@ -1 +1 @@
|
||||
ruby 2.7.2
|
||||
ruby 2.7.7
|
||||
|
||||
2
Gemfile
2
Gemfile
@ -1,5 +1,5 @@
|
||||
source "http://rubygems.org"
|
||||
ruby "2.7.2"
|
||||
ruby "2.7.8"
|
||||
|
||||
gem "dotenv-rails", groups: %i[development test]
|
||||
|
||||
|
||||
@ -327,7 +327,7 @@ GEM
|
||||
thor (1.1.0)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.10)
|
||||
tzinfo (1.2.9)
|
||||
tzinfo (1.2.10)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
@ -394,7 +394,7 @@ DEPENDENCIES
|
||||
webdrivers
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.7.2p137
|
||||
ruby 2.7.7p221
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
|
||||
@ -49,7 +49,7 @@ DanBarberPhoto::Application.configure do
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
config.assets.precompile += %w[administrate/overrides.css]
|
||||
config.assets.precompile += %w[application.css administrate/overrides.css]
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
@ -3,7 +3,6 @@ threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16)
|
||||
|
||||
preload_app!
|
||||
|
||||
rackup DefaultRackup
|
||||
port ENV["PORT"] || 3000
|
||||
environment ENV["RACK_ENV"] || "development"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user