1
0
Fork 0
backend/Gemfile.lock

33 lines
569 B
Plaintext
Raw Normal View History

2023-02-04 23:30:30 +00:00
GEM
remote: https://rubygems.org/
specs:
2023-02-04 23:43:57 +00:00
connection_pool (2.3.0)
2023-02-04 23:30:30 +00:00
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
2023-02-04 23:43:57 +00:00
pg (1.4.5)
2023-02-04 23:30:30 +00:00
puma (6.0.2)
nio4r (~> 2.0)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
tilt (2.0.11)
PLATFORMS
x86_64-linux
DEPENDENCIES
2023-02-04 23:43:57 +00:00
connection_pool (~> 2.3)
pg (~> 1.4)
2023-02-04 23:30:30 +00:00
puma (~> 6.0)
sinatra (~> 3.0)
BUNDLED WITH
2.4.6