summaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken@jots.org>2026-05-11 18:50:51 +0000
committerKen D'Ambrosio <ken@jots.org>2026-05-11 18:50:51 +0000
commitb40e95ca17f8c9f17af5f475d001c8ec33728e6d (patch)
tree46c242d916fca387164d760c482dda7fc6d7fd5f /Gemfile.lock
parent723a9bc34c30ddb0decedd9efe64af5b91b71541 (diff)
v1.01: replace bcrypt with PBKDF2-SHA256; update README and DESIGN docsv1.01
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock45
1 files changed, 45 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..72474d0
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,45 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ base64 (0.3.0)
+ logger (1.7.0)
+ mini_exiftool (2.14.0)
+ ostruct (>= 0.6.0)
+ pstore (>= 0.1.3)
+ mini_magick (4.13.2)
+ mustermann (3.1.1)
+ nio4r (2.7.5)
+ ostruct (0.6.3)
+ pstore (0.2.1)
+ puma (6.6.1)
+ nio4r (~> 2.0)
+ rack (3.2.6)
+ rack-protection (4.2.1)
+ base64 (>= 0.1.0)
+ logger (>= 1.6.0)
+ rack (>= 3.0.0, < 4)
+ rack-session (2.1.2)
+ base64 (>= 0.1.0)
+ rack (>= 3.0.0)
+ sinatra (4.2.1)
+ logger (>= 1.6.0)
+ mustermann (~> 3.0)
+ rack (>= 3.0.0, < 4)
+ rack-protection (= 4.2.1)
+ rack-session (>= 2.0.0, < 3)
+ tilt (~> 2.0)
+ tilt (2.7.0)
+
+PLATFORMS
+ ruby
+ x86_64-linux
+
+DEPENDENCIES
+ mini_exiftool (~> 2.10)
+ mini_magick (~> 4.12)
+ puma (~> 6.4)
+ rack-session (~> 2.0)
+ sinatra (~> 4.0)
+
+BUNDLED WITH
+ 2.6.9