Skip to content

Commit

Permalink
Explicitly set Ruby version
Browse files Browse the repository at this point in the history
This fixes the build failures caused by `chef-utils` depending on newer Ruby.
  • Loading branch information
Dani Llewellyn committed Nov 8, 2021
1 parent 6d57c45 commit 2603cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Expand Up @@ -10,7 +10,7 @@ base: core18

apps:
mdl:
command: mdl
command: bin/mdl
plugs: [home, removable-media]
environment:
LANG: C.UTF-8
Expand All @@ -19,6 +19,7 @@ parts:
mdl:
source: https://github.com/markdownlint/markdownlint.git
plugin: ruby
ruby-version: '3.0.2'
override-pull: |
snapcraftctl pull
Expand Down

0 comments on commit 2603cad

Please sign in to comment.