From ff833340fdc35dfb6300839ff8d8b911b3ac3334 Mon Sep 17 00:00:00 2001 From: Daniel Dizdarevic Date: Sat, 21 Sep 2024 16:43:16 +0200 Subject: [PATCH] Fix fiddle --- snap/snapcraft.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7c013c0..2507a16 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -808,17 +808,12 @@ parts: override-build: | set -eux gem install bundler -v $BUNDLER_VERSION --no-document --install-dir $GEM_PATH + gem install fiddle --install-dir $GEM_PATH bundle config deployment "true" bundle config without "development test" bundle config set --local path $BUNDLE_PATH bundle config set --local silence_root_warning true bundle config build.pg --with-pg-config=$CRAFT_STAGE/postgres/bin/pg_config - - bundle config set frozen false - echo "gem 'fiddle'" >> Gemfile - bundle update fiddle --conservative - bundle config set frozen true - bundle install -j"$(nproc)" mkdir -p $COREPACK_HOME $YARN_CACHE_FOLDER