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 2797b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geometry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.0'

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

0 comments on commit 2797b8d

Please sign in to comment.