Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions oc-chef-pedant/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
gem "rake"
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"

# We require chef internally to get the version in
# lib/pedant/request.rb. It's really strange code and it should be
Expand Down
22 changes: 16 additions & 6 deletions oc-chef-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/chef/rest-client
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
branch: jfm/ucrt_update1
specs:
rest-client (2.1.0)
base64
fiddle
http-accept (~> 2.1.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)

PATH
remote: .
specs:
Expand Down Expand Up @@ -169,11 +182,12 @@ GEM
ffi (~> 1.0)
ffi-yajl (2.6.0)
libyajl2 (>= 1.2)
fiddle (1.1.8)
fuzzyurl (0.9.0)
gssapi (1.3.1)
ffi (>= 1.0.1)
hashie (5.0.0)
http-accept (1.7.0)
http-accept (2.1.1)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
Expand Down Expand Up @@ -296,11 +310,6 @@ GEM
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.11.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -412,6 +421,7 @@ DEPENDENCIES
pry-byebug
pry-stack_explorer
rake
rest-client!

BUNDLED WITH
2.6.9
2 changes: 2 additions & 0 deletions omnibus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :omnibus do
gem "omnibus-software", github: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_REPO", "chef/omnibus-software"), branch: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_BRANCH", "main")
gem 'artifactory'
gem 'license_scout', git: "https://github.com/chef/license_scout.git", branch: "1-stable"
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
end

group :test do
Expand All @@ -14,4 +15,5 @@ group :test do
gem 'archive-tar-minitar' # required by berkshelf for packaging
gem 'chef', '~> 18.8.46'
gem 'rake'
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
end
22 changes: 16 additions & 6 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ GIT
ruby-progressbar (~> 1.7)
thor (>= 0.18, < 2.0)

GIT
remote: https://github.com/chef/rest-client
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
branch: jfm/ucrt_update1
specs:
rest-client (2.1.0)
base64
fiddle
http-accept (~> 2.1.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -217,14 +230,15 @@ GEM
ffi (~> 1.0)
ffi-yajl (2.6.0)
libyajl2 (>= 1.2)
fiddle (1.1.8)
fuzzyurl (0.9.0)
gssapi (1.3.1)
ffi (>= 1.0.1)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hashie (5.0.0)
http-accept (1.7.0)
http-accept (2.1.1)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
Expand Down Expand Up @@ -377,11 +391,6 @@ GEM
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.4.1)
rspec (3.13.2)
Expand Down Expand Up @@ -543,6 +552,7 @@ DEPENDENCIES
omnibus!
omnibus-software!
rake
rest-client!
test-kitchen

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions src/chef-server-ctl/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"

gem "chef", "~> 18.8.46"
gem "toml" # for habitat-land

Expand Down
26 changes: 18 additions & 8 deletions src/chef-server-ctl/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/chef/rest-client
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
branch: jfm/ucrt_update1
specs:
rest-client (2.1.0)
base64
fiddle
http-accept (~> 2.1.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)

PATH
remote: .
specs:
Expand Down Expand Up @@ -210,13 +223,14 @@ GEM
ffi (~> 1.0)
ffi-yajl (2.6.0)
libyajl2 (>= 1.2)
fiddle (1.1.8)
fuzzyurl (0.9.0)
gssapi (1.3.1)
ffi (>= 1.0.1)
hashie (5.0.0)
highline (2.1.0)
http-accept (1.7.0)
http-cookie (1.0.8)
http-accept (2.1.1)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
mutex_m
Expand Down Expand Up @@ -298,7 +312,7 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0812)
mime-types-data (3.2025.0924)
minitar (1.0.2)
minitest (5.25.5)
mixlib-archive (1.1.7)
Expand Down Expand Up @@ -385,11 +399,6 @@ GEM
redis-client (0.25.2)
connection_pool
regexp_parser (2.11.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.4.1)
rspec (3.13.1)
Expand Down Expand Up @@ -512,6 +521,7 @@ DEPENDENCIES
knife (~> 18.8.13)
knife-ec-backup (~> 3.0.5)
rake
rest-client!
rspec
toml

Expand Down
1 change: 1 addition & 0 deletions src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.1.5.2'
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
gem 'chef', '~> 18.8.46'
gem 'jbuilder', '~> 2.11'
gem 'jquery-rails'
Expand Down
22 changes: 16 additions & 6 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/chef/rest-client
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
branch: jfm/ucrt_update1
specs:
rest-client (2.1.0)
base64
fiddle
http-accept (~> 2.1.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)

GIT
remote: https://github.com/talktovikas/chef_secrets.git
revision: 98c1eea7e8ec67ff10ee9c3057af1e881aa6dd13
Expand Down Expand Up @@ -321,6 +334,7 @@ GEM
ffi (~> 1.0)
ffi-yajl (2.6.0)
libyajl2 (>= 1.2)
fiddle (1.1.8)
fuzzyurl (0.9.0)
globalid (1.3.0)
activesupport (>= 6.1)
Expand All @@ -331,7 +345,7 @@ GEM
thor
tilt
hashie (5.0.0)
http-accept (1.7.0)
http-accept (2.1.1)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
Expand Down Expand Up @@ -564,11 +578,6 @@ GEM
responders (3.2.0)
actionpack (>= 7.0)
railties (>= 7.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.1)
rouge (4.6.0)
rspec (3.13.2)
Expand Down Expand Up @@ -774,6 +783,7 @@ DEPENDENCIES
rails-controller-testing
rb-readline (~> 0.5.2)
responders (~> 3.0, >= 3.0.1)
rest-client!
rspec-rails (~> 6.0)
sass-rails (>= 4.0.3)
sdoc
Expand Down
1 change: 1 addition & 0 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gemspec
# TODO(ssd) 2017-03-15: This in in this gemfile because bifrost
# expects it to be in the path
gem 'veil'
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
27 changes: 19 additions & 8 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/chef/rest-client
revision: 5b3bb34ea536e5207388b84c5dd6360ea3fc2799
branch: jfm/ucrt_update1
specs:
rest-client (2.1.0)
base64
fiddle
http-accept (~> 2.1.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)

PATH
remote: .
specs:
Expand All @@ -18,31 +31,28 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
base64 (0.3.0)
bcrypt (3.1.20)
concurrent-ruby (1.3.5)
diff-lcs (1.6.2)
domain_name (0.6.20240107)
http-accept (1.7.0)
http-cookie (1.0.8)
fiddle (1.1.8)
http-accept (2.1.1)
http-cookie (1.1.0)
domain_name (~> 0.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.7.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0729)
mime-types-data (3.2025.0924)
minitest (5.25.5)
mixlib-config (3.0.27)
tomlrb
net-http-spy (0.2.1)
netrc (0.11.0)
pbkdf2 (0.1.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -68,6 +78,7 @@ PLATFORMS

DEPENDENCIES
oc-bifrost-pedant!
rest-client!
veil

BUNDLED WITH
Expand Down
Loading