We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eae918 commit aab457bCopy full SHA for aab457b
.github/workflows/ruby.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- ruby-version: [ 3.1, 3.0, 2.7 ]
+ ruby-version: [ 3, 3.1, "3.0" ]
17
18
name: Ruby ${{ matrix.ruby-version }}
19
rspec-uuid.gemspec
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
12
s.summary = package.to_s
s.version = package.const_get "VERSION"
+ s.required_ruby_version = ">= 3"
+
s.add_dependency "rspec-expectations", ">= 3"
s.add_development_dependency "activesupport"
0 commit comments