Skip to content

Commit 0741645

Browse files
Use 18.8.46 for rubygems availability
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
1 parent b147cb0 commit 0741645

1 file changed

Lines changed: 53 additions & 37 deletions

File tree

components/ruby/Gemfile.lock

Lines changed: 53 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ GEM
1616
specs:
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
19-
ast (2.4.2)
19+
ast (2.4.3)
2020
bigdecimal (3.3.1)
21-
byebug (11.1.3)
22-
chef-config (19.1.14)
21+
byebug (12.0.0)
22+
chef-config (18.8.46)
2323
addressable
24-
chef-utils (= 19.1.14)
24+
chef-utils (= 18.8.46)
2525
fuzzyurl
2626
mixlib-config (>= 2.2.12, < 4.0)
2727
mixlib-shellout (>= 2.0, < 4.0)
2828
tomlrb (~> 1.2)
29-
chef-utils (19.1.14)
29+
chef-utils (18.8.46)
3030
concurrent-ruby
31-
chefstyle (2.2.2)
31+
chefstyle (2.2.3)
3232
rubocop (= 1.25.1)
3333
coderay (1.1.3)
3434
concurrent-ruby (1.3.5)
3535
crack (1.0.0)
3636
bigdecimal
3737
rexml
38-
diff-lcs (1.5.0)
38+
diff-lcs (1.6.2)
3939
faraday (1.10.4)
4040
faraday-em_http (~> 1.0)
4141
faraday-em_synchrony (~> 1.0)
@@ -61,12 +61,20 @@ GEM
6161
faraday-patron (1.0.0)
6262
faraday-rack (1.0.0)
6363
faraday-retry (1.0.3)
64+
ffi (1.17.2)
65+
ffi (1.17.2-aarch64-linux-gnu)
66+
ffi (1.17.2-aarch64-linux-musl)
67+
ffi (1.17.2-arm-linux-gnu)
68+
ffi (1.17.2-arm-linux-musl)
6469
ffi (1.17.2-arm64-darwin)
70+
ffi (1.17.2-x86-linux-gnu)
71+
ffi (1.17.2-x86-linux-musl)
6572
ffi (1.17.2-x86_64-darwin)
6673
ffi (1.17.2-x86_64-linux-gnu)
74+
ffi (1.17.2-x86_64-linux-musl)
6775
fuzzyurl (0.9.0)
6876
hashdiff (1.2.1)
69-
method_source (1.0.0)
77+
method_source (1.1.0)
7078
mixlib-config (3.0.27)
7179
tomlrb
7280
mixlib-log (3.2.3)
@@ -76,33 +84,35 @@ GEM
7684
moneta (1.6.0)
7785
multipart-post (2.4.1)
7886
ostruct (0.1.0)
79-
parallel (1.22.1)
80-
parser (3.1.2.1)
87+
parallel (1.27.0)
88+
parser (3.3.9.0)
8189
ast (~> 2.4.1)
90+
racc
8291
pastel (0.8.0)
8392
tty-color (~> 0.5)
84-
pry (0.14.1)
93+
prism (1.6.0)
94+
pry (0.15.2)
8595
coderay (~> 1.1)
8696
method_source (~> 1.0)
8797
public_suffix (6.0.2)
98+
racc (1.8.1)
8899
rainbow (3.1.1)
89-
rake (13.0.6)
90-
regexp_parser (2.6.0)
91-
rexml (3.2.8)
92-
strscan (>= 3.0.9)
93-
rspec (3.12.0)
94-
rspec-core (~> 3.12.0)
95-
rspec-expectations (~> 3.12.0)
96-
rspec-mocks (~> 3.12.0)
97-
rspec-core (3.12.0)
98-
rspec-support (~> 3.12.0)
99-
rspec-expectations (3.12.0)
100+
rake (13.3.0)
101+
regexp_parser (2.11.3)
102+
rexml (3.4.4)
103+
rspec (3.13.1)
104+
rspec-core (~> 3.13.0)
105+
rspec-expectations (~> 3.13.0)
106+
rspec-mocks (~> 3.13.0)
107+
rspec-core (3.13.5)
108+
rspec-support (~> 3.13.0)
109+
rspec-expectations (3.13.5)
100110
diff-lcs (>= 1.2.0, < 2.0)
101-
rspec-support (~> 3.12.0)
102-
rspec-mocks (3.12.0)
111+
rspec-support (~> 3.13.0)
112+
rspec-mocks (3.13.6)
103113
diff-lcs (>= 1.2.0, < 2.0)
104-
rspec-support (~> 3.12.0)
105-
rspec-support (3.12.0)
114+
rspec-support (~> 3.13.0)
115+
rspec-support (3.13.6)
106116
rubocop (1.25.1)
107117
parallel (~> 1.10)
108118
parser (>= 3.1.0.0)
@@ -112,11 +122,11 @@ GEM
112122
rubocop-ast (>= 1.15.1, < 2.0)
113123
ruby-progressbar (~> 1.7)
114124
unicode-display_width (>= 1.4.0, < 3.0)
115-
rubocop-ast (1.23.0)
116-
parser (>= 3.1.1.0)
117-
ruby-progressbar (1.11.0)
125+
rubocop-ast (1.47.1)
126+
parser (>= 3.3.7.2)
127+
prism (~> 1.4)
128+
ruby-progressbar (1.13.0)
118129
ruby2_keywords (0.0.5)
119-
strscan (3.1.0)
120130
tomlrb (1.3.0)
121131
tty-color (0.6.0)
122132
tty-cursor (0.7.1)
@@ -130,19 +140,25 @@ GEM
130140
tty-screen (0.8.2)
131141
tty-spinner (0.9.3)
132142
tty-cursor (~> 0.7)
133-
unicode-display_width (2.3.0)
143+
unicode-display_width (2.6.0)
134144
webmock (3.25.1)
135145
addressable (>= 2.8.0)
136146
crack (>= 0.3.2)
137147
hashdiff (>= 0.4.0, < 2.0.0)
138148
wisper (2.0.1)
139149

140150
PLATFORMS
141-
arm64-darwin-22
142-
arm64-darwin-23
143-
x86_64-darwin-19
144-
x86_64-darwin-21
145-
x86_64-linux
151+
aarch64-linux-gnu
152+
aarch64-linux-musl
153+
arm-linux-gnu
154+
arm-linux-musl
155+
arm64-darwin
156+
ruby
157+
x86-linux-gnu
158+
x86-linux-musl
159+
x86_64-darwin
160+
x86_64-linux-gnu
161+
x86_64-linux-musl
146162

147163
DEPENDENCIES
148164
byebug
@@ -154,4 +170,4 @@ DEPENDENCIES
154170
webmock (~> 3.25, >= 3.25.1)
155171

156172
BUNDLED WITH
157-
2.3.18
173+
2.6.9

0 commit comments

Comments
 (0)