roysathome.net/auth/Gemfile.lock

42 lines
688 B
Plaintext
Raw Normal View History

2023-12-11 00:31:30 +00:00
GEM
remote: https://rubygems.org/
specs:
bcrypt (3.1.20)
2023-12-14 00:18:12 +00:00
json (2.7.1)
2023-12-11 00:31:30 +00:00
jwt (2.7.1)
multipart-post (2.3.0)
2023-12-11 00:31:30 +00:00
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
2023-12-13 16:02:09 +00:00
securerandom (0.3.0)
2023-12-11 00:31:30 +00:00
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
sqlite3 (1.6.9-x64-mingw-ucrt)
tilt (2.3.0)
webrick (1.8.1)
PLATFORMS
x64-mingw-ucrt
DEPENDENCIES
bcrypt
2023-12-14 00:18:12 +00:00
json
2023-12-11 00:31:30 +00:00
jwt
multipart-post
2023-12-13 16:02:09 +00:00
securerandom
2023-12-11 00:31:30 +00:00
sinatra
sqlite3
webrick
RUBY VERSION
ruby 3.2.2p53
BUNDLED WITH
2.4.22