no-as-a-service/Gemfile.lock

68 lines
1.5 KiB
Text
Raw Normal View History

2025-05-13 07:58:31 +02:00
GEM
remote: https://rubygems.org/
specs:
2025-05-24 20:27:14 +02:00
ast (2.4.3)
2025-05-13 07:58:31 +02:00
base64 (0.2.0)
2025-05-24 20:27:14 +02:00
json (2.12.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
2025-05-13 07:58:31 +02:00
logger (1.7.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
2025-05-24 20:27:14 +02:00
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
racc (1.8.1)
2025-05-13 07:58:31 +02:00
rack (3.1.14)
rack-accept (0.4.5)
rack (>= 0.4)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
2025-05-24 20:27:14 +02:00
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.75.7)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-progressbar (1.13.0)
2025-05-13 07:58:31 +02:00
ruby2_keywords (0.0.5)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.6.0)
2025-05-24 20:27:14 +02:00
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
2025-05-13 07:58:31 +02:00
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
rack-accept (~> 0.4.5)
2025-05-24 20:27:14 +02:00
rubocop
2025-05-13 07:58:31 +02:00
sinatra (~> 4.1)
BUNDLED WITH
2.6.8