Commit 9a3b30ce authored by Matthias Käppler's avatar Matthias Käppler 3️⃣
Browse files

Merge branch 'vs/bump-ruby-to-3-2' into 'master'

Bump the minimum required Ruby version to 3.2

See merge request !129
parents d398dd37 22550c78
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
variables:
  RUBY_VERSION: "3.1.5"
  RUBY_VERSION: "3.2.6"

default:
  image: "ruby:${RUBY_VERSION}"
@@ -34,7 +34,7 @@ ruby:
  <<: *test_definition
  parallel:
    matrix:
      - RUBY_VERSION: ["3.0", "3.1", "3.2"]
      - RUBY_VERSION: ["3.2", "3.3"]

static-analysis:
  before_script:
+1 −1
Original line number Diff line number Diff line
3.1.4
3.2.6
+1 −1
Original line number Diff line number Diff line
ruby 3.1.4 3.2.2
ruby 3.2.6
+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.6.0"
  spec.required_ruby_version = "~> 3.2"

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