obsws-ruby/Gemfile.lock

73 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-10-22 22:30:40 +01:00
PATH
remote: .
specs:
2023-08-30 22:35:02 +01:00
obsws (0.6.2)
2022-10-22 22:30:40 +01:00
waitutil (~> 0.2.1)
websocket-driver (~> 0.7.5)
GEM
remote: https://rubygems.org/
specs:
2023-07-19 15:14:46 +01:00
ast (2.4.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
2022-10-22 22:30:40 +01:00
minitest (5.16.3)
2023-07-19 15:14:46 +01:00
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
2023-07-19 15:14:46 +01:00
regexp_parser (2.8.1)
rexml (3.3.6)
strscan
2023-07-19 15:14:46 +01:00
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
standard (1.30.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.52.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.1.0)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.1.2)
lint_roller (~> 1.1)
rubocop-performance (~> 1.18.0)
strscan (3.1.0)
2023-07-19 15:14:46 +01:00
unicode-display_width (2.4.2)
2022-10-22 22:30:40 +01:00
waitutil (0.2.1)
2023-07-26 16:12:38 +01:00
websocket-driver (0.7.6)
2022-10-22 22:30:40 +01:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
PLATFORMS
x64-mingw-ucrt
x86_64-linux
2022-10-22 22:30:40 +01:00
DEPENDENCIES
minitest (~> 5.16, >= 5.16.3)
obsws!
rake (~> 13.0, >= 11.2.2)
2023-07-19 15:14:46 +01:00
standard (~> 1.30)
2022-10-22 22:30:40 +01:00
BUNDLED WITH
2.3.22