Skip to content

Commit

Permalink
[rubocop] Bump required Ruby version to 2.5
Browse files Browse the repository at this point in the history
No longer using 2.4, and Rubocop is flagging the gemspec.
  • Loading branch information
dafyddcrosby committed Aug 10, 2023
1 parent aca48c6 commit 439b9af
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]
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 439b9af

Please sign in to comment.