Skip to content

Commit

Permalink
Explicitly add Rake to the development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed Apr 15, 2018
1 parent 34ecce5 commit b31c63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recommendable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ EOF
s.add_dependency 'redis', '>= 2.2.0'
s.add_dependency 'hooks', '>= 0.2.1'

s.add_development_dependency 'rake'
s.add_development_dependency 'minitest', '>= 5.0'
s.add_development_dependency 'minifacture'
s.add_development_dependency 'yard'
Expand Down

0 comments on commit b31c63c

Please sign in to comment.