Skip to content

Commit d0a546b

Browse files
committed
build(deps): downgrade to 3.4
middleman-syntax does not support rouge v4 which is needed for syntax highlighting on Ruby 4.
1 parent 310a440 commit d0a546b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 4.0
1+
ruby 3.4

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '~> 4.0.0'
2+
ruby '~> 3.4.0'
33

44
# Middleman
55
gem 'middleman'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ DEPENDENCIES
277277
sassc-embedded
278278

279279
RUBY VERSION
280-
ruby 4.0.1p0
280+
ruby 3.4.8
281281

282282
BUNDLED WITH
283283
4.0.6

0 commit comments

Comments
 (0)