Skip to content

Commit 010c8a2

Browse files
committed
new gemfile.lock and cleanup vendor/cache
1 parent 9e56d22 commit 010c8a2

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

Gemfile.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ PATH
22
remote: .
33
specs:
44
heartland-retail (5.0.0)
5-
faraday (< 1.0)
5+
faraday (~> 1.0)
66
hashie
77
json (>= 1.7.4)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
addressable (2.2.8)
12+
addressable (2.7.0)
13+
public_suffix (>= 2.0.2, < 5.0)
1314
codeclimate-test-reporter (1.0.8)
1415
simplecov (<= 0.13)
1516
coderay (1.1.0)
@@ -19,14 +20,15 @@ GEM
1920
simplecov (~> 0.9.1)
2021
term-ansicolor (~> 1.3)
2122
thor (~> 0.19.1)
22-
crack (0.4.2)
23-
safe_yaml (~> 1.0.0)
23+
crack (0.4.4)
2424
diff-lcs (1.2.5)
2525
docile (1.1.5)
26-
faraday (0.17.3)
26+
faraday (1.1.0)
2727
multipart-post (>= 1.2, < 3)
28+
ruby2_keywords
29+
hashdiff (1.0.1)
2830
hashie (4.1.0)
29-
json (2.3.0)
31+
json (2.4.1)
3032
method_source (0.8.2)
3133
mime-types (2.4.3)
3234
multi_json (1.11.0)
@@ -36,6 +38,7 @@ GEM
3638
coderay (~> 1.1.0)
3739
method_source (~> 0.8.1)
3840
slop (~> 3.4)
41+
public_suffix (4.0.6)
3942
rake (10.4.2)
4043
rest-client (1.7.3)
4144
mime-types (>= 1.16, < 3.0)
@@ -53,7 +56,7 @@ GEM
5356
diff-lcs (>= 1.2.0, < 2.0)
5457
rspec-support (~> 3.2.0)
5558
rspec-support (3.2.2)
56-
safe_yaml (1.0.4)
59+
ruby2_keywords (0.0.2)
5760
simplecov (0.9.2)
5861
docile (~> 1.1.0)
5962
multi_json (~> 1.0)
@@ -64,12 +67,14 @@ GEM
6467
tins (~> 1.0)
6568
thor (0.19.1)
6669
tins (1.3.5)
67-
webmock (1.17.4)
68-
addressable (>= 2.2.7)
70+
webmock (3.11.0)
71+
addressable (>= 2.3.6)
6972
crack (>= 0.3.2)
73+
hashdiff (>= 0.4.0, < 2.0.0)
7074

7175
PLATFORMS
7276
ruby
77+
x86_64-darwin-19
7378

7479
DEPENDENCIES
7580
codeclimate-test-reporter (~> 1.0.0)
@@ -78,7 +83,7 @@ DEPENDENCIES
7883
pry
7984
rake
8085
rspec (~> 3.2)
81-
webmock
86+
webmock (~> 3.10)
8287

8388
BUNDLED WITH
84-
1.17.2
89+
2.2.2

vendor/cache/faraday-0.17.3.gem

-70.5 KB
Binary file not shown.

vendor/cache/faraday-1.1.0.gem

78 KB
Binary file not shown.

vendor/cache/json-2.3.0.gem

-112 KB
Binary file not shown.

vendor/cache/json-2.4.1.gem

75.5 KB
Binary file not shown.

vendor/cache/ruby2_keywords-0.0.2.gem

4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)