Skip to content

Commit

Permalink
bye bye ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent 8f38520 commit ff0331f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ jobs:
ruby: 2.6
- gemfile: rails_6.0
ruby: 2.7
- gemfile: rails_6.0
ruby: 2.6
- gemfile: rails_5.2
ruby: 2.6
ruby: 2.7
- gemfile: rails_5.1
ruby: 2.6
ruby: 2.7
- gemfile: rails_5.0
ruby: 2.6
ruby: 2.7
- gemfile: rails_4.2
ruby: 2.6
ruby: 2.7

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
2 changes: 1 addition & 1 deletion webhook_system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
```
}

gem.required_ruby_version = '> 2.6.2'
gem.required_ruby_version = '> 2.7.0'
gem.add_runtime_dependency 'activesupport', '> 4.2', '< 7.2'
gem.add_runtime_dependency 'activerecord', '> 4.2', '< 7.2'
gem.add_runtime_dependency 'activejob', '> 4.2', '< 7.2'
Expand Down

0 comments on commit ff0331f

Please sign in to comment.