diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-19 09:35:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-19 09:35:50 -0700 |
commit | d5b23ad29829c0a822189c418dba1dec274b4c18 (patch) | |
tree | d2524bdc52a302aeecb4a6658ccd5c280400dfe7 /omnibus/Gemfile.lock | |
parent | 757a018ef5bc20efd73fed677889dd462dacbde8 (diff) | |
download | chef-d5b23ad29829c0a822189c418dba1dec274b4c18.tar.gz |
Pin expeditor to ruby 2.5.3 and bump train to 1.7.6
Expeditor keeps incorrectly bumping addressable to 2.5.2, which seems like some sort of ruby/bundler bug, which is breaking builds. We're attempting to switch back to ruby 2.5.3. in expeditor to see if that resolves the bumping issues.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/Gemfile.lock')
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index e85c9846bc..1634ad0e9b 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -140,7 +140,7 @@ GEM mixlib-config (>= 2.2.12, < 3.0) mixlib-shellout (~> 2.0) tomlrb (~> 1.2) - chef-sugar (5.0.0) + chef-sugar (5.0.1) chef-zero (14.0.11) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) |