Skip to content

Commit 95bf15c

Browse files
committed
💚 Fix CI for truffleruby
1 parent 322fe38 commit 95bf15c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ GEM
173173
PLATFORMS
174174
arm64-darwin-22
175175
arm64-darwin-24
176+
ruby
176177
x86_64-darwin-19
177178
x86_64-linux
178179

@@ -198,4 +199,4 @@ DEPENDENCIES
198199
yard-junk (~> 0.0, >= 0.0.10)
199200

200201
BUNDLED WITH
201-
2.6.4
202+
2.6.5

spec/version_gem/ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require "version_gem/ruby"
55

66
RSpec.describe(VersionGem::Ruby) do
7-
let(:engine) { "ruby" }
7+
let(:engine) { RUBY_ENGINE }
88

99
it "is a module" do
1010
expect(described_class).is_a?(Module)

0 commit comments

Comments
 (0)