Skip to content

Commit f1cd6bc

Browse files
committed
Add back 2.5 so clean gem install rails works again
1 parent b1e0538 commit f1cd6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: [ 2.6, 2.7 ]
9+
ruby: [ 2.5, 2.6, 2.7 ]
1010
rails: [ '5.0', '5.1', '5.2', '6.0', '6.1' ]
1111
include:
1212
- ruby: '3.0'

globalid.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.summary = 'Refer to any model with a URI: gid://app/class/id'
66
s.description = 'URIs for your models makes it easy to pass references around.'
77

8-
s.required_ruby_version = '>= 2.6.0'
8+
s.required_ruby_version = '>= 2.5.0'
99

1010
s.license = 'MIT'
1111

0 commit comments

Comments
 (0)