forked from fdocr/udl-server
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile.lock
87 lines (83 loc) · 1.9 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
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
byebug (11.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.5.1)
dotenv (2.8.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
minitest (5.19.0)
multi_json (1.15.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.0)
puma (5.6.8)
nio4r (~> 2.0)
rack (2.2.9)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (2.2.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
redis (4.6.0)
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
tilt (~> 2.0)
sinatra-reloader (1.0)
sinatra-contrib
tilt (2.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
PLATFORMS
arm64-darwin-20
arm64-darwin-21
x86_64-darwin-20
x86_64-linux
DEPENDENCIES
byebug (~> 11.1, >= 11.1.3)
dotenv (~> 2.7, >= 2.7.6)
puma (~> 5.6)
rack-attack (~> 6.5)
rack-test (~> 1.1)
redis-activesupport (~> 5.2)
rspec (~> 3.10)
sinatra (~> 2.1)
sinatra-reloader (~> 1.0)
RUBY VERSION
ruby 3.1.1p18
BUNDLED WITH
2.3.8