Skip to content

Commit

Permalink
Require Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 14, 2024
1 parent 9c53024 commit 34f5c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onceover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s| # rubocop:disable Gemspec/RequireMFA
s.bindir = 'bin'
s.executables = 'onceover'

s.required_ruby_version = Gem::Requirement.new('>= 2.7')

# Runtime dependencies, but also probably dependencies of requiring projects
s.add_runtime_dependency 'backticks', '>= 1.0.2'
s.add_runtime_dependency 'colored', '>= 1.2'
Expand Down

0 comments on commit 34f5c22

Please sign in to comment.