Ru-b2-SQL-Backups/Gemfile.lock

67 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-02-23 15:42:16 -07:00
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
json (2.6.3)
2023-07-30 09:38:50 -06:00
open3 (0.1.2)
parallel (1.23.0)
parser (3.2.2.3)
2023-02-23 15:42:16 -07:00
ast (~> 2.4.1)
racc
2023-07-30 09:38:50 -06:00
pastel (0.8.0)
tty-color (~> 0.5)
racc (1.7.1)
2023-02-23 15:42:16 -07:00
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.6)
2023-02-23 15:42:16 -07:00
rubocop (1.46.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
2023-02-23 15:42:16 -07:00
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
2023-07-30 09:38:50 -06:00
sequel (5.70.0)
sqlite3 (1.6.3-x64-mingw-ucrt)
sqlite3 (1.6.3-x86_64-linux)
strings-ansi (0.2.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-progressbar (0.18.2)
strings-ansi (~> 0.2)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
unicode-display_width (>= 1.6, < 3.0)
tty-prompt (0.23.1)
pastel (~> 0.8)
tty-reader (~> 0.8)
tty-reader (0.9.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
2023-02-23 15:42:16 -07:00
unicode-display_width (2.4.2)
2023-07-30 09:38:50 -06:00
wisper (2.0.1)
2023-02-23 15:42:16 -07:00
PLATFORMS
x64-mingw-ucrt
x86_64-linux
2023-02-23 15:42:16 -07:00
DEPENDENCIES
json (= 2.6.3)
2023-07-30 09:38:50 -06:00
open3 (~> 0.1.2)
2023-02-23 15:42:16 -07:00
rubocop (= 1.46.0)
2023-07-30 09:38:50 -06:00
sequel (~> 5.70)
sqlite3 (~> 1.6)
tty-progressbar (~> 0.18.2)
tty-prompt (~> 0.23.1)
2023-02-23 15:42:16 -07:00
BUNDLED WITH
2023-07-30 09:38:50 -06:00
2.4.17