Skip to content

Commit

Permalink
Merge pull request #67 from dafyddcrosby/ruby_ci_24
Browse files Browse the repository at this point in the history
[github] drop Ruby 2.4 from CI, add 2.7
  • Loading branch information
dafyddcrosby authored Aug 10, 2023
2 parents aca48c6 + ffada55 commit 6e66609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.5, 2.6]
ruby: [2.5, 2.6, 2.7]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion grocery_delivery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.bindir = %w{bin}
s.executables = %w{grocery-delivery}

s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.5.0'
s.add_dependency 'between_meals', '>= 0.0.11'
s.add_dependency 'mixlib-config'
end

0 comments on commit 6e66609

Please sign in to comment.