Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 8, 2024
1 parent 6edcc55 commit 714de47
Show file tree
Hide file tree
Showing 13 changed files with 316 additions and 236 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# Ignore resized gallery photos:
/public/_gallery

/db
/db
/example/db
14 changes: 11 additions & 3 deletions example/falcon.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
#!/usr/bin/env -S falcon host
# frozen_string_literal: true

load :rack, :lets_encrypt_tls, :supervisor
# Released under the MIT License.
# Copyright, 2019-2022, by Samuel Williams.

require 'falcon/environment/rack'
require 'falcon/environment/tls'
require 'falcon/environment/lets_encrypt_tls'

hostname = File.basename(__dir__)
rack hostname, :lets_encrypt_tls

supervisor
service hostname do
include Falcon::Environment::Rack
include Falcon::Environment::TLS
include Falcon::Environment::LetsEncryptTLS
end
214 changes: 125 additions & 89 deletions example/gems.locked
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
PATH
remote: ../../../ioquatix/relaxo-model
specs:
relaxo-model (0.19.0)
msgpack (~> 1.0)
relaxo (~> 1.5)

PATH
remote: ..
specs:
Expand All @@ -11,58 +18,68 @@ PATH
relaxo (~> 1.3)
relaxo-model (~> 0.19)
time-zone (~> 1.1)
trenni-formatters
trenni-sanitize
tty-prompt
utopia (~> 2.18)
xrb-formatters
xrb-sanitize

GEM
remote: https://rubygems.org/
specs:
async (1.30.1)
console (~> 1.10)
nio4r (~> 2.3)
async (2.11.0)
console (~> 1.25, >= 1.25.2)
fiber-annotation
io-event (~> 1.5, >= 1.5.1)
timers (~> 4.1)
async-container (0.16.12)
async
async-io
async-http (0.56.5)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.22.0)
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
async-http-cache (0.4.2)
async-container (0.18.2)
async (~> 2.10)
async-http (0.66.2)
async (>= 2.10.2)
async-pool (>= 0.6.1)
io-endpoint (~> 0.10)
io-stream (~> 0.4)
protocol-http (~> 0.26.0)
protocol-http1 (~> 0.19.0)
protocol-http2 (~> 0.17.0)
traces (>= 0.10.0)
async-http-cache (0.4.3)
async-http (~> 0.56)
async-io (1.32.2)
async
async-pool (0.3.8)
async-pool (0.6.1)
async (>= 1.25)
bake (0.16.1)
async-service (0.12.0)
async
async-container (~> 0.16)
bake (0.20.0)
bigdecimal
samovar (~> 2.1)
bcrypt (3.1.16)
build-environment (1.13.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.1.9)
console (1.13.1)
fiber-local
falcon (0.39.2)
concurrent-ruby (1.2.3)
console (1.25.2)
fiber-annotation
fiber-local (~> 1.1)
json
date (3.3.4)
falcon (0.47.4)
async
async-container (~> 0.16.0)
async-http (~> 0.56.0)
async-container (~> 0.18)
async-http (~> 0.66, >= 0.66.2)
async-http-cache (~> 0.4.0)
async-io (~> 1.22)
build-environment (~> 1.13)
async-service (~> 0.10)
bundler
localhost (~> 1.1)
openssl (~> 3.0)
process-metrics (~> 0.2.0)
rack (>= 1.0)
samovar (~> 2.1)
ffi (1.15.4)
fiber-local (1.0.0)
formatador (0.3.0)
guard (2.18.0)
protocol-rack (~> 0.5)
samovar (~> 2.3)
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.0)
formatador (1.1.0)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -72,86 +89,95 @@ GEM
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-falcon (0.12.1)
async-container (~> 0.16.0)
guard-falcon (0.13.1)
async-container (~> 0.16)
console (~> 1.0)
falcon (~> 0.35)
guard
guard-compat (~> 1.2)
http-accept (2.1.1)
latinum (1.7.1)
listen (3.7.0)
http-accept (2.2.1)
io-endpoint (0.10.2)
io-event (1.5.1)
io-stream (0.4.0)
json (2.7.2)
latinum (1.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
localhost (1.1.8)
lumberjack (1.2.8)
mail (2.7.1)
localhost (1.3.1)
lumberjack (1.2.10)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mapping (1.1.1)
markly (0.6.1)
method_source (1.0.0)
mime-types (3.3.1)
markly (0.10.0)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
msgpack (1.4.2)
mime-types-data (3.2024.0507)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
msgpack (1.7.2)
nenv (0.3.0)
nio4r (2.5.8)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
ofx (0.3.2)
nokogiri
ofx (0.3.5)
nokogiri (~> 1.13.1)
openssl (3.2.0)
pastel (0.8.0)
tty-color (~> 0.5)
periodical (1.2.0)
process-metrics (0.2.1)
console (~> 1.8)
samovar (~> 2.1)
protocol-hpack (1.4.2)
protocol-http (0.22.5)
protocol-http1 (0.14.2)
protocol-hpack (1.4.3)
protocol-http (0.26.5)
protocol-http1 (0.19.1)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
protocol-http2 (0.17.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
pry (0.14.1)
protocol-rack (0.5.1)
protocol-http (~> 0.23)
rack (>= 1.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
qif (1.2.0)
racc (1.5.2)
rack (2.2.3)
rake (13.0.6)
rake-compiler (1.1.1)
rake
rb-fsevent (0.11.0)
racc (1.7.3)
rack (3.0.10)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
relaxo (1.6.2)
relaxo (1.7.0)
console
rugged
relaxo-model (0.19.0)
msgpack (~> 1.0)
relaxo (~> 1.5)
rugged (1.1.1)
samovar (2.1.4)
rugged (1.7.2)
samovar (2.3.0)
console (~> 1.0)
mapping (~> 1.0)
shellany (0.0.1)
thor (1.1.0)
thor (1.3.1)
thread-local (1.1.0)
time-zone (1.2.0)
timers (4.3.3)
trenni (3.13.1)
rake-compiler
trenni-formatters (2.13.1)
mapping (~> 1.1)
trenni (~> 3.12)
trenni-sanitize (0.6.1)
trenni (~> 3.5)
timeout (0.4.1)
timers (4.3.5)
traces (0.11.1)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-prompt (0.23.1)
Expand All @@ -161,21 +187,30 @@ GEM
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
utopia (2.18.5)
concurrent-ruby (~> 1.0)
console (~> 1.0)
tty-screen (0.8.2)
utopia (2.24.2)
bake (~> 0.20)
concurrent-ruby (~> 1.2)
console (~> 1.24)
http-accept (~> 2.1)
mail (~> 2.6)
mime-types (~> 3.0)
msgpack
rack (~> 2.2)
net-smtp
rack (~> 3.0)
samovar (~> 2.1)
trenni (~> 3.0)
traces (~> 0.10)
variant (~> 0.1)
xrb (~> 0.4)
variant (0.1.1)
thread-local
wisper (2.0.1)
xrb (0.6.1)
xrb-formatters (0.1.0)
mapping (~> 1.1)
xrb (~> 0.6)
xrb-sanitize (0.7.1)
xrb (~> 0.3)

PLATFORMS
ruby
Expand All @@ -186,6 +221,7 @@ DEPENDENCIES
financier!
guard
guard-falcon
relaxo-model!

BUNDLED WITH
2.2.22
2.5.5
4 changes: 2 additions & 2 deletions example/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
group :preload do
gem "bake"

gem "financier", git: "https://github.com/oriontransfer/financier"
# gem "financier", path: "../"
# gem "financier", git: "https://github.com/oriontransfer/financier"
gem "financier", path: "../"
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions financier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |spec|

spec.add_dependency "bcrypt", "~> 3.0"

spec.add_dependency "trenni-formatters"
spec.add_dependency "trenni-sanitize"
spec.add_dependency "xrb-formatters"
spec.add_dependency "xrb-sanitize"
spec.add_dependency "markly"

spec.add_dependency "tty-prompt"
Expand Down
Loading

0 comments on commit 714de47

Please sign in to comment.