Skip to content

Commit aab457b

Browse files
committed
drop ruby 2.7
1 parent 4eae918 commit aab457b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby-version: [ 3.1, 3.0, 2.7 ]
16+
ruby-version: [ 3, 3.1, "3.0" ]
1717

1818
name: Ruby ${{ matrix.ruby-version }}
1919

rspec-uuid.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
1212
s.summary = package.to_s
1313
s.version = package.const_get "VERSION"
1414

15+
s.required_ruby_version = ">= 3"
16+
1517
s.add_dependency "rspec-expectations", ">= 3"
1618

1719
s.add_development_dependency "activesupport"

0 commit comments

Comments
 (0)