diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9597710..7dd0d65 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -814,7 +814,7 @@ parts: 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 + echo "gem 'fiddle', '~> 1.1.2'" >> Gemfile bundle install -j"$(nproc)" bundle config set frozen true