Skip to content

Commit

Permalink
drop version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexArrufat committed Jan 13, 2025
1 parent 8b22cb1 commit 92b7fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
rspec:
strategy:
matrix:
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion address_composer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
`git ls-files --recurse-submodules -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
end

gem.required_ruby_version = ">= 2.5"
gem.required_ruby_version = ">= 2.6"
gem.require_paths = ["lib"]

gem.add_runtime_dependency "mustache", ">= 1.1"
Expand Down

0 comments on commit 92b7fd4

Please sign in to comment.