From cbc3b23cf031c6cb4e6a9a642d72d512d7ea022e Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 3 Oct 2021 17:38:08 +0200 Subject: [PATCH] foreman: bundled with 2.1.4 The version update has been cherrypicked from master where bundle has been updated to 2.2.20. It was then failing to run with: ./result/bin/foreman Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.2.20). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.20`. Traceback (most recent call last): 2: from ./result/bin/foreman:20:in `
' 1: from /nix/store/ggqacj06n6qfm1iww0bih9ph0j89wcna-bundler-2.1.4/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/rubygems_integration.rb:413:in `block in replace_bin_path' /nix/store/ggqacj06n6qfm1iww0bih9ph0j89wcna-bundler-2.1.4/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/rubygems_integration.rb:374:in `block in replace_bin_path': can't find executable foreman for gem foreman. foreman is not currently included in the bundle, perhaps you meant to add it to your Gemfile? (Gem::Exception) --- pkgs/tools/system/foreman/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/system/foreman/Gemfile.lock b/pkgs/tools/system/foreman/Gemfile.lock index 1bafc658cbc..f11a353ef9e 100644 --- a/pkgs/tools/system/foreman/Gemfile.lock +++ b/pkgs/tools/system/foreman/Gemfile.lock @@ -4,10 +4,10 @@ GEM foreman (0.87.2) PLATFORMS - x86_64-linux + ruby DEPENDENCIES foreman BUNDLED WITH - 2.2.20 + 2.1.4