This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Gemfile.lock
112 lines (108 loc) · 2.29 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
chunky_png (1.4.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
djinni (2.2.5)
fagin (~> 1.2, >= 1.2.2)
fagin (1.2.2)
hilighter (1.5.9)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
jsoncfg (1.2.11)
jwt (2.3.0)
kgio (2.11.4)
method_source (1.0.0)
minitest (5.15.0)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
os (1.1.4)
pbkdf2-ruby (0.2.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
raindrops (0.20.0)
rake (13.0.6)
rotp (6.2.0)
rqrcode (2.1.1)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rubeepass (3.5.0)
djinni (~> 2.2, >= 2.2.5)
hilighter (~> 1.5, >= 1.5.1)
jsoncfg (~> 1.2, >= 1.2.11)
os (~> 1.0, >= 1.0.1)
salsa20 (~> 0.1, >= 0.1.3)
scoobydoo (~> 1.0, >= 1.0.1)
twofish (~> 1.0, >= 1.0.8)
ruby2_keywords (0.0.5)
salsa20 (0.1.3)
scoobydoo (1.0.1)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sinatra-activerecord (2.0.25)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (2.2.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
tilt (~> 2.0)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tilt (2.0.10)
twofish (1.0.8)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.2)
json
jwt
minitest
pbkdf2-ruby
pry
rack (~> 2.2)
rack-test
rake
rotp
rqrcode
rubeepass (~> 3.3)
sinatra (~> 2.2)
sinatra-activerecord (~> 2.0)
sinatra-contrib (~> 2.2)
sqlite3
unicorn
RUBY VERSION
ruby 2.4.2p198
BUNDLED WITH
1.17.2