update to 8.1 and remove mission control
This commit is contained in:
12
Gemfile
12
Gemfile
@ -1,14 +1,15 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rails", "~> 8.0.3"
|
gem "rails", "~> 8.1.1"
|
||||||
gem "propshaft"
|
gem "propshaft"
|
||||||
gem "sqlite3", ">= 2.1"
|
gem "sqlite3", ">= 2.1"
|
||||||
gem "puma", ">= 5.0"
|
gem "puma"
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
gem "turbo-rails"
|
gem "turbo-rails"
|
||||||
gem "stimulus-rails"
|
gem "stimulus-rails"
|
||||||
gem "jbuilder"
|
gem "jbuilder"
|
||||||
gem 'tailwindcss-rails'
|
gem 'tailwindcss-rails'
|
||||||
|
gem 'foreman'
|
||||||
|
|
||||||
# gem "bcrypt", "~> 3.1.7"
|
# gem "bcrypt", "~> 3.1.7"
|
||||||
|
|
||||||
@ -32,10 +33,3 @@ end
|
|||||||
group :development do
|
group :development do
|
||||||
gem "web-console"
|
gem "web-console"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
|
||||||
gem "capybara"
|
|
||||||
gem "selenium-webdriver"
|
|
||||||
end
|
|
||||||
|
|
||||||
gem "mission_control-jobs", "~> 1.1"
|
|
||||||
|
|||||||
119
Gemfile.lock
119
Gemfile.lock
@ -1,29 +1,31 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (8.0.4)
|
action_text-trix (2.1.15)
|
||||||
actionpack (= 8.0.4)
|
railties
|
||||||
activesupport (= 8.0.4)
|
actioncable (8.1.1)
|
||||||
|
actionpack (= 8.1.1)
|
||||||
|
activesupport (= 8.1.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (8.0.4)
|
actionmailbox (8.1.1)
|
||||||
actionpack (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
activejob (= 8.0.4)
|
activejob (= 8.1.1)
|
||||||
activerecord (= 8.0.4)
|
activerecord (= 8.1.1)
|
||||||
activestorage (= 8.0.4)
|
activestorage (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (8.0.4)
|
actionmailer (8.1.1)
|
||||||
actionpack (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
actionview (= 8.0.4)
|
actionview (= 8.1.1)
|
||||||
activejob (= 8.0.4)
|
activejob (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (8.0.4)
|
actionpack (8.1.1)
|
||||||
actionview (= 8.0.4)
|
actionview (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
@ -31,42 +33,43 @@ GEM
|
|||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
useragent (~> 0.16)
|
useragent (~> 0.16)
|
||||||
actiontext (8.0.4)
|
actiontext (8.1.1)
|
||||||
actionpack (= 8.0.4)
|
action_text-trix (~> 2.1.15)
|
||||||
activerecord (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
activestorage (= 8.0.4)
|
activerecord (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activestorage (= 8.1.1)
|
||||||
|
activesupport (= 8.1.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (8.0.4)
|
actionview (8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (8.0.4)
|
activejob (8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (8.0.4)
|
activemodel (8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
activerecord (8.0.4)
|
activerecord (8.1.1)
|
||||||
activemodel (= 8.0.4)
|
activemodel (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (8.0.4)
|
activestorage (8.1.1)
|
||||||
actionpack (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
activejob (= 8.0.4)
|
activejob (= 8.1.1)
|
||||||
activerecord (= 8.0.4)
|
activerecord (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (8.0.4)
|
activesupport (8.1.1)
|
||||||
base64
|
base64
|
||||||
benchmark (>= 0.3)
|
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
drb
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
json
|
||||||
logger (>= 1.4.2)
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
@ -77,7 +80,6 @@ GEM
|
|||||||
ast (2.4.3)
|
ast (2.4.3)
|
||||||
base64 (0.3.0)
|
base64 (0.3.0)
|
||||||
bcrypt_pbkdf (1.1.1)
|
bcrypt_pbkdf (1.1.1)
|
||||||
benchmark (0.5.0)
|
|
||||||
bigdecimal (3.3.1)
|
bigdecimal (3.3.1)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.19.0)
|
bootsnap (1.19.0)
|
||||||
@ -106,6 +108,8 @@ GEM
|
|||||||
ed25519 (1.4.0)
|
ed25519 (1.4.0)
|
||||||
erb (6.0.0)
|
erb (6.0.0)
|
||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
|
foreman (0.90.0)
|
||||||
|
thor (~> 1.4)
|
||||||
globalid (1.3.0)
|
globalid (1.3.0)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
i18n (1.14.7)
|
i18n (1.14.7)
|
||||||
@ -218,20 +222,20 @@ GEM
|
|||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rackup (2.2.1)
|
rackup (2.2.1)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
rails (8.0.4)
|
rails (8.1.1)
|
||||||
actioncable (= 8.0.4)
|
actioncable (= 8.1.1)
|
||||||
actionmailbox (= 8.0.4)
|
actionmailbox (= 8.1.1)
|
||||||
actionmailer (= 8.0.4)
|
actionmailer (= 8.1.1)
|
||||||
actionpack (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
actiontext (= 8.0.4)
|
actiontext (= 8.1.1)
|
||||||
actionview (= 8.0.4)
|
actionview (= 8.1.1)
|
||||||
activejob (= 8.0.4)
|
activejob (= 8.1.1)
|
||||||
activemodel (= 8.0.4)
|
activemodel (= 8.1.1)
|
||||||
activerecord (= 8.0.4)
|
activerecord (= 8.1.1)
|
||||||
activestorage (= 8.0.4)
|
activestorage (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 8.0.4)
|
railties (= 8.1.1)
|
||||||
rails-dom-testing (2.3.0)
|
rails-dom-testing (2.3.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
@ -239,9 +243,9 @@ GEM
|
|||||||
rails-html-sanitizer (1.6.2)
|
rails-html-sanitizer (1.6.2)
|
||||||
loofah (~> 2.21)
|
loofah (~> 2.21)
|
||||||
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
||||||
railties (8.0.4)
|
railties (8.1.1)
|
||||||
actionpack (= 8.0.4)
|
actionpack (= 8.1.1)
|
||||||
activesupport (= 8.0.4)
|
activesupport (= 8.1.1)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
@ -368,13 +372,14 @@ DEPENDENCIES
|
|||||||
brakeman
|
brakeman
|
||||||
capybara
|
capybara
|
||||||
debug
|
debug
|
||||||
|
foreman
|
||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
kamal
|
kamal
|
||||||
mission_control-jobs (~> 1.1)
|
mission_control-jobs (~> 1.1)
|
||||||
propshaft
|
propshaft
|
||||||
puma (>= 5.0)
|
puma
|
||||||
rails (~> 8.0.3)
|
rails (~> 8.1.1)
|
||||||
rubocop-rails-omakase
|
rubocop-rails-omakase
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sqlite3 (>= 2.1)
|
sqlite3 (>= 2.1)
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
mount MissionControl::Jobs::Engine, at: '/jobs'
|
|
||||||
|
|
||||||
get "up" => "rails/health#show", as: :rails_health_check
|
get "up" => "rails/health#show", as: :rails_health_check
|
||||||
|
|
||||||
# Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
|
# Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
|
||||||
|
|||||||
Reference in New Issue
Block a user