Add dither server

This commit is contained in:
David Eisinger
2024-02-01 23:42:50 -05:00
parent 0822998d6a
commit 0a7b98406a
3 changed files with 83 additions and 0 deletions

36
bin/dither/Gemfile.lock Normal file
View File

@@ -0,0 +1,36 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
mini_magick (4.12.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (3.0.9)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)
webrick (1.8.1)
PLATFORMS
arm64-darwin-22
DEPENDENCIES
mini_magick
rackup
sinatra
BUNDLED WITH
2.4.8