Skip to content

Commit

Permalink
Added development dependencies for bundler and rake
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoz committed Mar 21, 2024
1 parent dd07286 commit 9e3e3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geometry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.0'

spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake", "~> 13"
end

0 comments on commit 9e3e3e1

Please sign in to comment.