Skip to content

Commit f409acd

Browse files
Updated http-accept 2.1.1. (#4107)
* Updated http-accept 2.1.1. Signed-off-by: sreepuramsudheer <[email protected]> * Pointing rest-client to alternative source. Signed-off-by: sreepuramsudheer <[email protected]> * rest-client update. Signed-off-by: sreepuramsudheer <[email protected]> --------- Signed-off-by: sreepuramsudheer <[email protected]>
1 parent 5d1073c commit f409acd

File tree

10 files changed

+92
-34
lines changed

10 files changed

+92
-34
lines changed

oc-chef-pedant/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "pry"
66
gem "pry-byebug"
77
gem "pry-stack_explorer"
88
gem "rake"
9+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
910

1011
# We require chef internally to get the version in
1112
# lib/pedant/request.rb. It's really strange code and it should be

oc-chef-pedant/Gemfile.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: https://github.com/chef/rest-client
3+
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
4+
branch: jfm/ucrt_update1
5+
specs:
6+
rest-client (2.1.0)
7+
base64
8+
fiddle
9+
http-accept (~> 2.1.0)
10+
http-cookie (>= 1.0.2, < 2.0)
11+
mime-types (>= 1.16, < 4.0)
12+
netrc (~> 0.8)
13+
114
PATH
215
remote: .
316
specs:
@@ -169,11 +182,12 @@ GEM
169182
ffi (~> 1.0)
170183
ffi-yajl (2.6.0)
171184
libyajl2 (>= 1.2)
185+
fiddle (1.1.8)
172186
fuzzyurl (0.9.0)
173187
gssapi (1.3.1)
174188
ffi (>= 1.0.1)
175189
hashie (5.0.0)
176-
http-accept (1.7.0)
190+
http-accept (2.1.1)
177191
http-cookie (1.1.0)
178192
domain_name (~> 0.5)
179193
httpclient (2.9.0)
@@ -296,11 +310,6 @@ GEM
296310
rainbow (3.1.1)
297311
rake (13.3.0)
298312
regexp_parser (2.11.3)
299-
rest-client (2.1.0)
300-
http-accept (>= 1.7.0, < 2.0)
301-
http-cookie (>= 1.0.2, < 2.0)
302-
mime-types (>= 1.16, < 4.0)
303-
netrc (~> 0.8)
304313
rexml (3.4.4)
305314
rspec (3.13.2)
306315
rspec-core (~> 3.13.0)
@@ -412,6 +421,7 @@ DEPENDENCIES
412421
pry-byebug
413422
pry-stack_explorer
414423
rake
424+
rest-client!
415425

416426
BUNDLED WITH
417427
2.6.9

omnibus/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group :omnibus do
66
gem "omnibus-software", github: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_REPO", "chef/omnibus-software"), branch: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_BRANCH", "main")
77
gem 'artifactory'
88
gem 'license_scout', git: "https://github.com/chef/license_scout.git", branch: "1-stable"
9+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
910
end
1011

1112
group :test do
@@ -14,4 +15,5 @@ group :test do
1415
gem 'archive-tar-minitar' # required by berkshelf for packaging
1516
gem 'chef', '~> 18.8.46'
1617
gem 'rake'
18+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
1719
end

omnibus/Gemfile.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ GIT
3636
ruby-progressbar (~> 1.7)
3737
thor (>= 0.18, < 2.0)
3838

39+
GIT
40+
remote: https://github.com/chef/rest-client
41+
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
42+
branch: jfm/ucrt_update1
43+
specs:
44+
rest-client (2.1.0)
45+
base64
46+
fiddle
47+
http-accept (~> 2.1.0)
48+
http-cookie (>= 1.0.2, < 2.0)
49+
mime-types (>= 1.16, < 4.0)
50+
netrc (~> 0.8)
51+
3952
GEM
4053
remote: https://rubygems.org/
4154
specs:
@@ -217,14 +230,15 @@ GEM
217230
ffi (~> 1.0)
218231
ffi-yajl (2.6.0)
219232
libyajl2 (>= 1.2)
233+
fiddle (1.1.8)
220234
fuzzyurl (0.9.0)
221235
gssapi (1.3.1)
222236
ffi (>= 1.0.1)
223237
gyoku (1.4.0)
224238
builder (>= 2.1.2)
225239
rexml (~> 3.0)
226240
hashie (5.0.0)
227-
http-accept (1.7.0)
241+
http-accept (2.1.1)
228242
http-cookie (1.1.0)
229243
domain_name (~> 0.5)
230244
httpclient (2.9.0)
@@ -377,11 +391,6 @@ GEM
377391
regexp_parser (2.11.3)
378392
reline (0.6.2)
379393
io-console (~> 0.5)
380-
rest-client (2.1.0)
381-
http-accept (>= 1.7.0, < 2.0)
382-
http-cookie (>= 1.0.2, < 2.0)
383-
mime-types (>= 1.16, < 4.0)
384-
netrc (~> 0.8)
385394
retryable (3.0.5)
386395
rexml (3.4.1)
387396
rspec (3.13.2)
@@ -543,6 +552,7 @@ DEPENDENCIES
543552
omnibus!
544553
omnibus-software!
545554
rake
555+
rest-client!
546556
test-kitchen
547557

548558
BUNDLED WITH

src/chef-server-ctl/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

33
gemspec
44

5+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
6+
57
gem "chef", "~> 18.8.46"
68
gem "toml" # for habitat-land
79

src/chef-server-ctl/Gemfile.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: https://github.com/chef/rest-client
3+
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
4+
branch: jfm/ucrt_update1
5+
specs:
6+
rest-client (2.1.0)
7+
base64
8+
fiddle
9+
http-accept (~> 2.1.0)
10+
http-cookie (>= 1.0.2, < 2.0)
11+
mime-types (>= 1.16, < 4.0)
12+
netrc (~> 0.8)
13+
114
PATH
215
remote: .
316
specs:
@@ -210,13 +223,14 @@ GEM
210223
ffi (~> 1.0)
211224
ffi-yajl (2.6.0)
212225
libyajl2 (>= 1.2)
226+
fiddle (1.1.8)
213227
fuzzyurl (0.9.0)
214228
gssapi (1.3.1)
215229
ffi (>= 1.0.1)
216230
hashie (5.0.0)
217231
highline (2.1.0)
218-
http-accept (1.7.0)
219-
http-cookie (1.0.8)
232+
http-accept (2.1.1)
233+
http-cookie (1.1.0)
220234
domain_name (~> 0.5)
221235
httpclient (2.9.0)
222236
mutex_m
@@ -298,7 +312,7 @@ GEM
298312
mime-types (3.7.0)
299313
logger
300314
mime-types-data (~> 3.2025, >= 3.2025.0507)
301-
mime-types-data (3.2025.0812)
315+
mime-types-data (3.2025.0924)
302316
minitar (1.0.2)
303317
minitest (5.25.5)
304318
mixlib-archive (1.1.7)
@@ -385,11 +399,6 @@ GEM
385399
redis-client (0.25.2)
386400
connection_pool
387401
regexp_parser (2.11.2)
388-
rest-client (2.1.0)
389-
http-accept (>= 1.7.0, < 2.0)
390-
http-cookie (>= 1.0.2, < 2.0)
391-
mime-types (>= 1.16, < 4.0)
392-
netrc (~> 0.8)
393402
retryable (3.0.5)
394403
rexml (3.4.1)
395404
rspec (3.13.1)
@@ -512,6 +521,7 @@ DEPENDENCIES
512521
knife (~> 18.8.13)
513522
knife-ec-backup (~> 3.0.5)
514523
rake
524+
rest-client!
515525
rspec
516526
toml
517527

src/oc-id/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '7.1.5.2'
6+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
67
gem 'chef', '~> 18.8.46'
78
gem 'jbuilder', '~> 2.11'
89
gem 'jquery-rails'

src/oc-id/Gemfile.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: https://github.com/chef/rest-client
3+
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
4+
branch: jfm/ucrt_update1
5+
specs:
6+
rest-client (2.1.0)
7+
base64
8+
fiddle
9+
http-accept (~> 2.1.0)
10+
http-cookie (>= 1.0.2, < 2.0)
11+
mime-types (>= 1.16, < 4.0)
12+
netrc (~> 0.8)
13+
114
GIT
215
remote: https://github.com/talktovikas/chef_secrets.git
316
revision: 98c1eea7e8ec67ff10ee9c3057af1e881aa6dd13
@@ -321,6 +334,7 @@ GEM
321334
ffi (~> 1.0)
322335
ffi-yajl (2.6.0)
323336
libyajl2 (>= 1.2)
337+
fiddle (1.1.8)
324338
fuzzyurl (0.9.0)
325339
globalid (1.3.0)
326340
activesupport (>= 6.1)
@@ -331,7 +345,7 @@ GEM
331345
thor
332346
tilt
333347
hashie (5.0.0)
334-
http-accept (1.7.0)
348+
http-accept (2.1.1)
335349
http-cookie (1.1.0)
336350
domain_name (~> 0.5)
337351
httpclient (2.9.0)
@@ -564,11 +578,6 @@ GEM
564578
responders (3.2.0)
565579
actionpack (>= 7.0)
566580
railties (>= 7.0)
567-
rest-client (2.1.0)
568-
http-accept (>= 1.7.0, < 2.0)
569-
http-cookie (>= 1.0.2, < 2.0)
570-
mime-types (>= 1.16, < 4.0)
571-
netrc (~> 0.8)
572581
rexml (3.4.1)
573582
rouge (4.6.0)
574583
rspec (3.13.2)
@@ -774,6 +783,7 @@ DEPENDENCIES
774783
rails-controller-testing
775784
rb-readline (~> 0.5.2)
776785
responders (~> 3.0, >= 3.0.1)
786+
rest-client!
777787
rspec-rails (~> 6.0)
778788
sass-rails (>= 4.0.3)
779789
sdoc

src/oc_bifrost/oc-bifrost-pedant/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ gemspec
55
# TODO(ssd) 2017-03-15: This in in this gemfile because bifrost
66
# expects it to be in the path
77
gem 'veil'
8+
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"

src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: https://github.com/chef/rest-client
3+
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
4+
branch: jfm/ucrt_update1
5+
specs:
6+
rest-client (2.1.0)
7+
base64
8+
fiddle
9+
http-accept (~> 2.1.0)
10+
http-cookie (>= 1.0.2, < 2.0)
11+
mime-types (>= 1.16, < 4.0)
12+
netrc (~> 0.8)
13+
114
PATH
215
remote: .
316
specs:
@@ -18,31 +31,28 @@ GEM
1831
i18n (>= 1.6, < 2)
1932
minitest (>= 5.1)
2033
tzinfo (~> 2.0)
34+
base64 (0.3.0)
2135
bcrypt (3.1.20)
2236
concurrent-ruby (1.3.5)
2337
diff-lcs (1.6.2)
2438
domain_name (0.6.20240107)
25-
http-accept (1.7.0)
26-
http-cookie (1.0.8)
39+
fiddle (1.1.8)
40+
http-accept (2.1.1)
41+
http-cookie (1.1.0)
2742
domain_name (~> 0.5)
2843
i18n (1.14.7)
2944
concurrent-ruby (~> 1.0)
3045
logger (1.7.0)
3146
mime-types (3.7.0)
3247
logger
3348
mime-types-data (~> 3.2025, >= 3.2025.0507)
34-
mime-types-data (3.2025.0729)
49+
mime-types-data (3.2025.0924)
3550
minitest (5.25.5)
3651
mixlib-config (3.0.27)
3752
tomlrb
3853
net-http-spy (0.2.1)
3954
netrc (0.11.0)
4055
pbkdf2 (0.1.0)
41-
rest-client (2.1.0)
42-
http-accept (>= 1.7.0, < 2.0)
43-
http-cookie (>= 1.0.2, < 2.0)
44-
mime-types (>= 1.16, < 4.0)
45-
netrc (~> 0.8)
4656
rspec (2.14.1)
4757
rspec-core (~> 2.14.0)
4858
rspec-expectations (~> 2.14.0)
@@ -68,6 +78,7 @@ PLATFORMS
6878

6979
DEPENDENCIES
7080
oc-bifrost-pedant!
81+
rest-client!
7182
veil
7283

7384
BUNDLED WITH

0 commit comments

Comments
 (0)