Skip to content

Commit 8f0c01d

Browse files
authored
Merge pull request #43 from defmethodinc/herb-embedded-yi8
Pin to ruby 4.0.6
2 parents 60f9458 + 0e7301e commit 8f0c01d

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: ruby/setup-ruby@v1
11-
with: { ruby-version: "3.3", bundler-cache: true }
11+
with: { bundler-cache: true }
1212
# Node present ONLY to build the bundle and run conformance reference
1313
- uses: actions/setup-node@v4
1414
with: { node-version: "22" }

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0.6

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source "https://rubygems.org"
44

5+
ruby file: ".ruby-version"
6+
57
gemspec
68

79
group :development do

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ DEPENDENCIES
9696

9797
CHECKSUMS
9898
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
99+
bundler (4.0.16) sha256=d6ca5dd440c24f9abce9844cf44cc8e18c6a553de65a47efb4544137af92c47d
99100
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
100101
herb (0.10.3) sha256=da76e8bfbb302586ee51a4fb608624f48218fbfea198a9493540b42f7654024b
101102
herb (0.10.3-aarch64-linux-gnu) sha256=1eaea87e6577557492a1b0ddaae989fba8a8ddd382e888ee5f939ce6ded06eb8
@@ -136,5 +137,8 @@ CHECKSUMS
136137
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
137138
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
138139

140+
RUBY VERSION
141+
ruby 4.0.6
142+
139143
BUNDLED WITH
140144
4.0.16

0 commit comments

Comments
 (0)