Skip to content

Commit 42d054b

Browse files
committed
Bundler update
1 parent bbcac21 commit 42d054b

File tree

3 files changed

+58
-51
lines changed

3 files changed

+58
-51
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
fi
3131
- export GIT_DESC="$(git describe --always --dirty --tags)"
3232
- rvm use 2.7.4 --install --binary --fuzzy
33-
- gem install bundler:2.2.27
33+
- gem install bundler:2.5.13
3434
- bundle install --jobs=3 --retry=2 --path=vendor/bundle
3535
- ./bin/packer-build-install
3636
- ln -sv "${TRAVIS_BUILD_DIR}" "${TRAVIS_BUILD_DIR}/tmp/packer-chef-local"

Gemfile.lock

Lines changed: 57 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (5.2.6)
13+
activesupport (5.2.8.1)
1414
concurrent-ruby (~> 1.0, >= 1.0.2)
1515
i18n (>= 0.7, < 2)
1616
minitest (~> 5.1)
1717
tzinfo (~> 1.1)
18-
addressable (2.8.0)
19-
public_suffix (>= 2.0.2, < 5.0)
18+
addressable (2.8.6)
19+
public_suffix (>= 2.0.2, < 6.0)
2020
ast (2.4.2)
2121
coderay (1.1.3)
22-
concurrent-ruby (1.1.9)
23-
diff-lcs (1.4.4)
22+
concurrent-ruby (1.3.3)
23+
diff-lcs (1.5.1)
2424
docile (1.4.0)
2525
erubis (2.7.0)
26-
faraday (0.17.4)
26+
faraday (0.17.6)
2727
multipart-post (>= 1.2, < 3)
2828
faraday_middleware (0.14.0)
2929
faraday (>= 0.7.4, < 1.0)
30-
ffi-yajl (2.4.0)
30+
ffi-yajl (2.6.0)
3131
libyajl2 (>= 1.2)
3232
foodcritic (16.3.0)
3333
erubis
@@ -44,73 +44,81 @@ GEM
4444
multi_json (~> 1.0)
4545
net-http-persistent (~> 2.9)
4646
net-http-pipeline
47-
git (1.9.1)
47+
git (1.19.1)
48+
addressable (~> 2.8)
4849
rchardet (~> 1.8)
49-
i18n (1.8.10)
50+
i18n (1.14.5)
5051
concurrent-ruby (~> 1.0)
52+
json (2.7.2)
53+
language_server-protocol (3.17.0.3)
5154
libyajl2 (2.1.0)
52-
method_source (1.0.0)
53-
mini_portile2 (2.6.1)
54-
minitest (5.14.4)
55+
method_source (1.1.0)
56+
mini_portile2 (2.8.7)
57+
minitest (5.23.1)
5558
multi_json (1.15.0)
56-
multipart-post (2.1.1)
59+
multipart-post (2.4.1)
5760
net-http-persistent (2.9.4)
5861
net-http-pipeline (1.0.1)
59-
nokogiri (1.12.5)
60-
mini_portile2 (~> 2.6.1)
62+
nokogiri (1.16.6)
63+
mini_portile2 (~> 2.8.2)
6164
racc (~> 1.4)
62-
parallel (1.21.0)
63-
parser (3.0.2.0)
65+
parallel (1.25.1)
66+
parser (3.3.3.0)
6467
ast (~> 2.4.1)
68+
racc
6569
polyglot (0.3.5)
66-
pry (0.14.1)
70+
pry (0.14.2)
6771
coderay (~> 1.1)
6872
method_source (~> 1.0)
69-
public_suffix (4.0.6)
70-
racc (1.6.0)
71-
rainbow (3.0.0)
72-
rake (13.0.6)
73+
public_suffix (5.1.1)
74+
racc (1.8.0)
75+
rainbow (3.1.1)
76+
rake (13.2.1)
7377
rchardet (1.8.0)
74-
regexp_parser (2.1.1)
75-
rexml (3.2.5)
76-
rspec (3.10.0)
77-
rspec-core (~> 3.10.0)
78-
rspec-expectations (~> 3.10.0)
79-
rspec-mocks (~> 3.10.0)
80-
rspec-core (3.10.1)
81-
rspec-support (~> 3.10.0)
82-
rspec-expectations (3.10.1)
78+
regexp_parser (2.9.2)
79+
rexml (3.3.0)
80+
strscan
81+
rspec (3.13.0)
82+
rspec-core (~> 3.13.0)
83+
rspec-expectations (~> 3.13.0)
84+
rspec-mocks (~> 3.13.0)
85+
rspec-core (3.13.0)
86+
rspec-support (~> 3.13.0)
87+
rspec-expectations (3.13.1)
8388
diff-lcs (>= 1.2.0, < 2.0)
84-
rspec-support (~> 3.10.0)
85-
rspec-mocks (3.10.2)
89+
rspec-support (~> 3.13.0)
90+
rspec-mocks (3.13.1)
8691
diff-lcs (>= 1.2.0, < 2.0)
87-
rspec-support (~> 3.10.0)
88-
rspec-support (3.10.2)
89-
rubocop (1.22.3)
92+
rspec-support (~> 3.13.0)
93+
rspec-support (3.13.1)
94+
rubocop (1.64.1)
95+
json (~> 2.3)
96+
language_server-protocol (>= 3.17.0)
9097
parallel (~> 1.10)
91-
parser (>= 3.0.0.0)
98+
parser (>= 3.3.0.2)
9299
rainbow (>= 2.2.2, < 4.0)
93100
regexp_parser (>= 1.8, < 3.0)
94-
rexml
95-
rubocop-ast (>= 1.12.0, < 2.0)
101+
rexml (>= 3.2.5, < 4.0)
102+
rubocop-ast (>= 1.31.1, < 2.0)
96103
ruby-progressbar (~> 1.7)
97-
unicode-display_width (>= 1.4.0, < 3.0)
98-
rubocop-ast (1.12.0)
99-
parser (>= 3.0.1.1)
100-
ruby-progressbar (1.11.0)
104+
unicode-display_width (>= 2.4.0, < 3.0)
105+
rubocop-ast (1.31.3)
106+
parser (>= 3.3.1.0)
107+
ruby-progressbar (1.13.0)
101108
rufus-lru (1.1.0)
102-
simplecov (0.21.2)
109+
simplecov (0.22.0)
103110
docile (~> 1.1)
104111
simplecov-html (~> 0.11)
105112
simplecov_json_formatter (~> 0.1)
106113
simplecov-html (0.12.3)
107-
simplecov_json_formatter (0.1.3)
114+
simplecov_json_formatter (0.1.4)
115+
strscan (3.1.0)
108116
thread_safe (0.3.6)
109-
treetop (1.6.11)
117+
treetop (1.6.12)
110118
polyglot (~> 0.3)
111-
tzinfo (1.2.9)
119+
tzinfo (1.2.11)
112120
thread_safe (~> 0.1)
113-
unicode-display_width (2.1.0)
121+
unicode-display_width (2.5.0)
114122

115123
PLATFORMS
116124
ruby
@@ -124,4 +132,4 @@ DEPENDENCIES
124132
travis-packer-build!
125133

126134
BUNDLED WITH
127-
2.1.4
135+
2.5.3

packer-scripts/cleanup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ rm -rf \
1111
/etc/apparmor* \
1212
/etc/profile.d/jdk.csh \
1313
/etc/profile.d/jdk.sh \
14-
#/etc/ssh/ssh_host_* \
1514
/lib/recovery-mode \
1615
/opt/chef* \
1716
/tmp/* \

0 commit comments

Comments
 (0)