Commit 9cecad3a authored by Takuya Noguchi's avatar Takuya Noguchi 💖
Browse files

Drop Ruby 2.5 support

parent 361a68fe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ test:2.6:
  image: ruby:2.6
  <<: *test_definition

test:2.5:
  image: ruby:2.5
  <<: *test_definition

static-analysis:
  image: ruby:2.7
  before_script:
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|tools)/}) }
  spec.require_paths = ["lib"]
  spec.required_ruby_version = ">= 2.4.0"
  spec.required_ruby_version = ">= 2.6.0"

  # Please maintain alphabetical order for dependencies
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 7.0.0"