fix: downgrade rouge to 3.x for middleman-syntax compatibility
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
middleman-syntax ~> 3.2 requires rouge ~> 3.2, but Gemfile had rouge ~> 4.0 causing bundle install to fail with version resolution error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b41e0dfbf9
commit
caf0990ceb
@ -8,7 +8,8 @@ gem 'middleman-syntax', '~> 3.2'
|
|||||||
gem 'middleman-sprockets', '~> 4.1'
|
gem 'middleman-sprockets', '~> 4.1'
|
||||||
|
|
||||||
# Slate-specific dependencies
|
# Slate-specific dependencies
|
||||||
gem 'rouge', '~> 4.0'
|
# Rouge 3.x required by middleman-syntax ~> 3.2
|
||||||
|
gem 'rouge', '~> 3.26'
|
||||||
gem 'redcarpet', '~> 3.5'
|
gem 'redcarpet', '~> 3.5'
|
||||||
gem 'nokogiri', '~> 1.15'
|
gem 'nokogiri', '~> 1.15'
|
||||||
gem 'activesupport', '~> 7.0'
|
gem 'activesupport', '~> 7.0'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user