Drop ruby 2.6 support, will be EOL end of month
This commit is contained in:
parent
93ab5f5ee7
commit
fc6001d2ee
6 changed files with 5 additions and 6 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
ruby:
|
||||
- 3.0
|
||||
- 2.7
|
||||
- 2.6
|
||||
gemfile:
|
||||
- Gemfile
|
||||
- test/gemfiles/no-rails.Gemfile
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require:
|
|||
- rubocop-rake
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.6
|
||||
TargetRubyVersion: 2.7
|
||||
NewCops: enable
|
||||
Exclude:
|
||||
- "bin/**/*"
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.files = Dir["lib/diaspora_federation/schemas.rb", "lib/diaspora_federation/schemas/*.json"]
|
||||
|
||||
s.required_ruby_version = ">= 2.6"
|
||||
s.required_ruby_version = ">= 2.7"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|||
s.files = Dir["app/**/*", "config/routes.rb", "config/initializers/*",
|
||||
"lib/diaspora_federation/{engine,rails}.rb", "LICENSE", "README.md", "Changelog.md"]
|
||||
|
||||
s.required_ruby_version = ">= 2.6"
|
||||
s.required_ruby_version = ">= 2.7"
|
||||
|
||||
s.add_dependency "actionpack", ">= 5.2", "< 7"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.files = Dir["lib/diaspora_federation/test.rb", "lib/diaspora_federation/test/*"]
|
||||
|
||||
s.required_ruby_version = ">= 2.6"
|
||||
s.required_ruby_version = ">= 2.7"
|
||||
|
||||
s.add_dependency "diaspora_federation", DiasporaFederation::VERSION
|
||||
s.add_dependency "fabrication", "~> 2.16"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|||
"lib/diaspora_federation/test/*",
|
||||
"lib/tasks/*.rake"]
|
||||
|
||||
s.required_ruby_version = ">= 2.6"
|
||||
s.required_ruby_version = ">= 2.7"
|
||||
|
||||
s.add_dependency "faraday", "~> 1.0"
|
||||
s.add_dependency "faraday_middleware", "~> 1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue