We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322fe38 commit 95bf15cCopy full SHA for 95bf15c
Gemfile.lock
@@ -173,6 +173,7 @@ GEM
173
PLATFORMS
174
arm64-darwin-22
175
arm64-darwin-24
176
+ ruby
177
x86_64-darwin-19
178
x86_64-linux
179
@@ -198,4 +199,4 @@ DEPENDENCIES
198
199
yard-junk (~> 0.0, >= 0.0.10)
200
201
BUNDLED WITH
- 2.6.4
202
+ 2.6.5
spec/version_gem/ruby_spec.rb
@@ -4,7 +4,7 @@
4
require "version_gem/ruby"
5
6
RSpec.describe(VersionGem::Ruby) do
7
- let(:engine) { "ruby" }
+ let(:engine) { RUBY_ENGINE }
8
9
it "is a module" do
10
expect(described_class).is_a?(Module)
0 commit comments