Skip to content

Commit

Permalink
Fix fiddle version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhelonious committed Sep 21, 2024
1 parent b8ece23 commit 38072e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38072e2

Please sign in to comment.