-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathGemfile.lock
58 lines (55 loc) · 1.2 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
PATH
remote: .
specs:
ups (0.8.0)
excon (~> 0.45, >= 0.45.3)
insensitive_hash (~> 0.3.3)
levenshtein-ffi (~> 1.1)
ox (~> 2.2, >= 2.2.0)
GEM
remote: http://rubygems.org/
specs:
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
excon (0.45.3)
ffi (1.9.8)
insensitive_hash (0.3.3)
json (1.8.2)
levenshtein-ffi (1.1.0)
ffi (~> 1.9)
mini_portile (0.6.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
ox (2.2.0)
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-xsd (0.1.0)
nokogiri (~> 1.6)
rspec (~> 3)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
PLATFORMS
ruby
DEPENDENCIES
codeclimate-test-reporter
rake
rspec
rspec-xsd
ups!