Skip to content

Commit 326ab82

Browse files
committed
Test on Ruby 2.6 and set as minimum Ruby version
1 parent 6868e6e commit 326ab82

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/rspec.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
gemfile: [ rails-6.0, rails-6.1 ]
11-
ruby: [ '2.7' ]
1210
include:
11+
- gemfile: rails-6.0
12+
ruby: '2.6'
13+
- gemfile: rails-6.1
14+
ruby: '2.6'
1315
- gemfile: rails-6.1
1416
ruby: '3.0'
1517
- gemfile: rails-7.0

trestle-auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.require_paths = ["lib"]
1818

19-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
19+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
2020

2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"

0 commit comments

Comments
 (0)