Skip to content

Commit

Permalink
add rake to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 15, 2016
1 parent ce24daf commit bc47e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GEM
byebug (~> 9.0)
pry (~> 0.10)
rainbow (2.1.0)
rake (11.2.2)
rubocop (0.42.0)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
Expand Down Expand Up @@ -62,6 +63,7 @@ DEPENDENCIES
codeclimate-test-reporter
minitest
pry-byebug
rake
rubocop

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions case_transform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'activesupport'

s.add_development_dependency 'rake'

# Quality Control
s.add_development_dependency 'rubocop'
s.add_development_dependency 'codeclimate-test-reporter'
Expand Down

0 comments on commit bc47e5e

Please sign in to comment.