Skip to content

Commit

Permalink
Merge pull request #7 from diddlesnaps/fix-ruby-version
Browse files Browse the repository at this point in the history
Explicitly set Ruby version
  • Loading branch information
igorljubuncic committed Nov 8, 2021
2 parents 6d57c45 + 2603cad commit bd59734
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 bd59734

Please sign in to comment.