Skip to content

Commit

Permalink
chore: add minimum ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
janz93 committed Jan 3, 2025
1 parent d032dbb commit 13b47a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmxl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'pry'
Expand Down

0 comments on commit 13b47a5

Please sign in to comment.