-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
58 lines (54 loc) Β· 1.07 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
GEM
remote: https://rubygems.org/
specs:
byebug (9.0.6)
diff-lcs (1.3)
dotenv (2.2.1)
mustermann (1.0.0)
puma (3.9.1)
rack (2.0.3)
rack-protection (2.0.0)
rack
rack-rewrite (1.5.1)
rack-test (0.6.0)
rack (>= 1.0)
redis (3.3.3)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
simple-random (1.0.3)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
split (3.0.0)
redis (>= 2.1)
simple-random (>= 0.9.3)
sinatra (>= 1.2.6)
tilt (2.0.8)
PLATFORMS
ruby
DEPENDENCIES
byebug
dotenv
puma (~> 3)
rack-rewrite (~> 1.5.0)
rack-test (= 0.6)
redis
rspec (~> 3)
sinatra (= 2)
split
RUBY VERSION
ruby 2.4.1p111
BUNDLED WITH
1.15.0