forked from exercism/DEPRECATED.x-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
102 lines (99 loc) · 2.15 KB
/
Gemfile.lock
File metadata and controls
102 lines (99 loc) · 2.15 KB
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
GIT
remote: https://github.com/bbatsov/rubocop.git
revision: 8b651a7c1d587a46d57f07b94056e05989599693
specs:
rubocop (0.29.1)
astrolabe (~> 1.3)
parser (>= 2.2.0.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.7)
approvals (0.0.17)
nokogiri (~> 1.6)
thor (~> 0.18)
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
bugsnag (2.8.1)
multi_json (~> 1.0)
coveralls (0.7.11)
multi_json (~> 1.10)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
docile (1.1.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.5.1)
multi_json (1.11.0)
multipart-post (2.0.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
parser (2.2.0.3)
ast (>= 1.1, < 3.0)
petroglyph (0.0.7)
tilt
powerpack (0.1.0)
psych (2.0.13)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.6.0)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rainbow (2.0.0)
rake (10.4.2)
rest-client (1.7.3)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
ruby-progressbar (1.7.1)
safe_yaml (1.0.4)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
tilt (1.4.1)
tins (1.3.5)
vcr (2.9.3)
webmock (1.17.4)
addressable (>= 2.2.7)
crack (>= 0.3.2)
PLATFORMS
ruby
DEPENDENCIES
approvals (~> 0.0.16)
bugsnag
coveralls (~> 0.7)
faraday (~> 0.9)
minitest (~> 5.3)
petroglyph (= 0.0.7)
psych
puma (~> 2.7)
rack (~> 1.4)
rack-test (~> 0.6)
rake (~> 10.4)
rubocop!
simplecov (~> 0.8)
sinatra (~> 1.4)
tilt (~> 1.3)
vcr (~> 2.8)
webmock (~> 1.17.0)