-
Notifications
You must be signed in to change notification settings - Fork 24
/
Gemfile.lock
70 lines (66 loc) · 1.43 KB
/
Gemfile.lock
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
PATH
remote: .
specs:
jwtear (1.0.7)
colorize (~> 0.8.1)
gli (~> 2.20, >= 2.20.0)
json-jwt (~> 1.13.0)
jwe (~> 0.4.0)
tty-markdown (~> 0.7.0)
tty-pager (~> 0.14.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
aes_key_wrap (1.1.0)
bindata (2.4.10)
colorize (0.8.1)
concurrent-ruby (1.1.9)
gli (2.20.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
activesupport (>= 4.2)
aes_key_wrap
bindata
jwe (0.4.0)
kramdown (2.3.1)
rexml
minitest (5.14.4)
pastel (0.8.0)
tty-color (~> 0.5)
rexml (3.2.5)
rouge (3.26.0)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
tty-color (0.6.0)
tty-markdown (0.7.0)
kramdown (>= 1.16.2, < 3.0)
pastel (~> 0.8)
rouge (~> 3.14)
strings (~> 0.2.0)
tty-color (~> 0.5)
tty-screen (~> 0.8)
tty-pager (0.14.0)
strings (~> 0.2.0)
tty-screen (~> 0.8)
tty-screen (0.8.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unicode_utils (1.4.0)
zeitwerk (2.4.2)
PLATFORMS
x86_64-linux
DEPENDENCIES
jwtear!
BUNDLED WITH
2.2.25