Skip to content

Commit

Permalink
Drop support for Ruby 2.6 and 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jul 8, 2024
1 parent 776ade6 commit 941bcac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04] # macos-latest
ruby-version: [2.6, 2.7, 3.0, 3.1, 3.2, jruby-9.3, jruby-9.4, truffleruby]
ruby-version: [3.0, 3.1, 3.2, jruby-9.3, jruby-9.4, truffleruby]
include:
- os: macos-latest
ruby-version: 2.6
- os: macos-latest
ruby-version: 2.7
- os: macos-latest
ruby-version: 3.0
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.0
NewCops: enable
Include:
- 'lib/**/*'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ We created a demo project for Rails 4 that uses the latest version of this libra

### Supported Ruby Versions

* 2.6
* 2.7
* 3.0
* 3.1
* 3.2
Expand Down
2 changes: 1 addition & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 3.0'
s.summary = %q{SAML Ruby Tookit}

s.add_dependency('nokogiri', '>= 1.13.10')
Expand Down

0 comments on commit 941bcac

Please sign in to comment.