Skip to content

Commit

Permalink
added rake to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Jul 31, 2014
1 parent 04677b4 commit edfdb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.3.3)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -88,6 +89,7 @@ DEPENDENCIES
log4r
patron
rack
rake
rspec
simplecov
thin
Expand Down
1 change: 1 addition & 0 deletions httplog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "patron"
s.add_development_dependency "simplecov"
s.add_development_dependency "log4r"
s.add_development_dependency "rake"
end

0 comments on commit edfdb47

Please sign in to comment.