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 6868e6e commit 326ab82Copy full SHA for 326ab82
.github/workflows/rspec.yml
@@ -7,9 +7,11 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- gemfile: [ rails-6.0, rails-6.1 ]
11
- ruby: [ '2.7' ]
12
include:
+ - gemfile: rails-6.0
+ ruby: '2.6'
13
+ - gemfile: rails-6.1
14
15
- gemfile: rails-6.1
16
ruby: '3.0'
17
- gemfile: rails-7.0
trestle-auth.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
18
19
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
20
21
spec.metadata["homepage_uri"] = spec.homepage
22
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"
0 commit comments