summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 2b0dda64643a2b84fc93c994e928604bd48d0956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
GEM
  remote: https://rubygems.org/
  specs:
    pastel (0.8.0)
      tty-color (~> 0.5)
    strings-ansi (0.2.0)
    tty-color (0.6.0)
    tty-cursor (0.7.1)
    tty-progressbar (0.18.3)
      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.2)
    unicode-display_width (2.6.0)
    wisper (2.0.1)

PLATFORMS
  ruby
  x86_64-freebsd-14

DEPENDENCIES
  tty-progressbar
  tty-prompt

RUBY VERSION
   ruby 3.3.5p100

BUNDLED WITH
   2.5.16