Skip to content

Commit

Permalink
Updated required_ruby_version
Browse files Browse the repository at this point in the history
So the gem isn't limited to v2, which is EOL
  • Loading branch information
bfoz committed Mar 23, 2024
1 parent 6650b54 commit a4667c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch.gemspec
Expand Up @@ -2,6 +2,7 @@
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
spec = s
s.name = "sketch"
s.version = '0.4'
s.authors = ["Brandon Fosdick"]
Expand All @@ -17,9 +18,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.required_ruby_version = '~> 2'
spec.required_ruby_version = '>= 2'

spec = s
spec.add_dependency 'geometry', '~> 6.6'

spec.add_development_dependency "bundler", "~> 2"
Expand Down

0 comments on commit a4667c2

Please sign in to comment.