Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
update solid queue version
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci committed Feb 2, 2024
1 parent 601f9a3 commit 728fb88
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 28 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ gem "cssbundling-rails", "~> 1.3"

gem "propshaft"

gem "solid_queue", "~> 0.1.2"
gem "solid_queue", "~> 0.2.1"

gem "activejob-status", "~> 1.0"

Expand All @@ -129,5 +129,3 @@ gem "doorkeeper-device_authorization_grant", "~> 1.0"
gem "mission_control-jobs", "~> 0.1.1"

gem "foreman", "~> 0.87.2"

gem "mission_control-jobs", "~> 0.1.1"
54 changes: 31 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ GEM
bigdecimal (3.1.6)
bindata (2.4.15)
bindex (0.8.1)
bootsnap (1.17.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
Expand All @@ -116,9 +116,10 @@ GEM
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
crass (1.0.6)
cssbundling-rails (1.3.3)
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
dalli (3.2.6)
dalli (3.2.7)
base64
date (3.3.4)
debug (1.9.1)
irb (~> 1.10)
Expand Down Expand Up @@ -206,6 +207,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
Expand All @@ -214,7 +217,7 @@ GEM
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand All @@ -236,7 +239,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack (3.0.9)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -352,23 +355,24 @@ GEM
yard (~> 0.9, >= 0.9.24)
solid_cache (0.2.0)
rails (>= 7)
solid_queue (0.1.2)
rails (>= 7.0.3.1)
sorbet (0.5.11213)
sorbet-static (= 0.5.11213)
sorbet-runtime (0.5.11213)
sorbet-static (0.5.11213-universal-darwin)
sorbet-static (0.5.11213-x86_64-linux)
sorbet-static-and-runtime (0.5.11213)
sorbet (= 0.5.11213)
sorbet-runtime (= 0.5.11213)
solid_queue (0.2.1)
rails (~> 7.1)
sorbet (0.5.11222)
sorbet-static (= 0.5.11222)
sorbet-runtime (0.5.11222)
sorbet-static (0.5.11222-universal-darwin)
sorbet-static (0.5.11222-x86_64-linux)
sorbet-static-and-runtime (0.5.11222)
sorbet (= 0.5.11222)
sorbet-runtime (= 0.5.11222)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-darwin)
sqlite3 (1.7.2-x86_64-linux)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand All @@ -390,11 +394,13 @@ GEM
syntax_suggest (2.0.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tailwindcss-rails (2.3.0-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.3.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.3.0-x86_64-linux)
railties (>= 6.0.0)
tapioca (0.11.17)
tapioca (0.12.0)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -449,7 +455,9 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
x86_64-darwin-21
arm64-darwin
universal-darwin
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -485,7 +493,7 @@ DEPENDENCIES
sentry-rails (~> 5.13)
solargraph
solid_cache (~> 0.2.0)
solid_queue (~> 0.1.2)
solid_queue (~> 0.2.1)
sorbet-runtime
sqlite3 (~> 1.4)
standard (~> 1.33)
Expand All @@ -504,4 +512,4 @@ RUBY VERSION
ruby 3.3.0p0

BUNDLED WITH
2.5.2
2.5.3
3 changes: 2 additions & 1 deletion app/views/admin/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<li><a href="/admin/domains">- View Domains</a></li>
<li><a href="/admin/domains/review" data-turbo="false">- Review Domain Requests</a></li>
<li><a href="/admin/developers/review" data-turbo="false">- Review Developer App Requests</a></li>
<li><a href="/admin/jobs">- Mission Control (Active Job)</a></li>
</ul>
</main>

Expand All @@ -17,4 +18,4 @@
a {
color: var(--winter-sky);
}
</style>
</style>
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Application < Rails::Application

config.action_mailer.delivery_method = :postmark

config.sentry = false
config.sentry = true

config.action_mailer.postmark_settings = {
api_token: Rails.application.credentials.postmark_api_token
Expand Down

0 comments on commit 728fb88

Please sign in to comment.