diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40312cb..ea25f51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,12 @@ jobs: devise: 4.9.3 # Rails 6.1 compatible versions - ruby: 3.0 - rails: 6.1.7.6 - devise: 4.9.3 + rails: 6.1.7.10 + devise: 4.9.4 + # Rails 6.1 compatible versions + - ruby: 3.1 + rails: 6.1.7.10 + devise: 4.9.4 runs-on: ubuntu-latest name: RSpec suite (Ruby ${{ matrix.ruby }}/Rails ${{ matrix.rails }}/Devise ${{ matrix.devise }}) env: diff --git a/devise_gauth.gemspec b/devise_gauth.gemspec index 246d950..5575c54 100644 --- a/devise_gauth.gemspec +++ b/devise_gauth.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.license = 'MIT' spec.required_ruby_version = if ENV.fetch('PUBLISHING_GEM', false) - ['>= 2.4', '< 3.1'] + ['>= 2.4', '< 3.2'] else ">= #{ENV.fetch('EARTHLY_RUBY_VERSION')}" end