Skip to content

Commit

Permalink
(ci) Fix a bug where Github Action Runner trying install ruby-vips on…
Browse files Browse the repository at this point in the history
… CI environment
  • Loading branch information
malkoG committed Apr 20, 2024
1 parent 21ad39f commit 9752901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ gem "bridgetown-feed", "~> 3.1"

gem "bridgetown-webfinger", "~> 0.1.0"

gem "solargraph", :group => :development

group :development do
gem "ruby-lsp", "~> 0.14.6"
gem "ruby-vips", "~> 2.2"
gem "solargraph", :group => :development
end

gem "bridgetown-lit-renderer", "= 2.1.0.beta2"

gem "ruby-vips", "~> 2.2"


gem "front_matter_parser", "~> 1.0"

0 comments on commit 9752901

Please sign in to comment.