1
0
Fork 0
backend/Gemfile.lock

44 lines
834 B
Plaintext
Raw Normal View History

2023-02-04 23:30:30 +00:00
GEM
remote: https://rubygems.org/
specs:
2023-02-05 02:44:16 +00:00
backports (3.23.0)
2023-02-05 01:47:35 +00:00
connection_pool (2.2.2)
2023-02-05 02:44:16 +00:00
multi_json (1.15.0)
2023-02-05 01:47:35 +00:00
mustermann (1.1.2)
2023-02-04 23:30:30 +00:00
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
2023-02-05 01:47:35 +00:00
pg (1.2.3)
2023-02-04 23:30:30 +00:00
puma (6.0.2)
nio4r (~> 2.0)
rack (2.2.6.2)
2023-02-05 01:47:35 +00:00
rack-protection (2.0.8.1)
2023-02-04 23:30:30 +00:00
rack
ruby2_keywords (0.0.5)
2023-02-05 01:47:35 +00:00
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
2023-02-04 23:30:30 +00:00
tilt (~> 2.0)
2023-02-05 02:44:16 +00:00
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
tilt (~> 2.0)
2023-02-04 23:30:30 +00:00
tilt (2.0.11)
PLATFORMS
2023-02-05 02:44:16 +00:00
ruby
2023-02-04 23:30:30 +00:00
x86_64-linux
DEPENDENCIES
2023-02-05 01:47:35 +00:00
connection_pool (= 2.2.2)
pg (= 1.2.3)
2023-02-04 23:30:30 +00:00
puma (~> 6.0)
2023-02-05 01:47:35 +00:00
sinatra (= 2.0.8.1)
2023-02-05 02:44:16 +00:00
sinatra-contrib (= 2.0.8.1)
2023-02-04 23:30:30 +00:00
BUNDLED WITH
2.4.6