forked from makersacademy/bowling-challenge-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
41 lines (38 loc) · 872 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
diff-lcs (1.4.4)
docile (1.3.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
simplecov (0.19.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-console (0.8.0)
ansi
simplecov
terminal-table
simplecov-html (0.12.3)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
rspec
simplecov
simplecov-console
BUNDLED WITH
2.1.2