Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed May 4, 2013
1 parent 59f8f07 commit 2fdb1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ else
gem 'tdiary'
end

gem 'rake'

gem 'rack'
gem 'sprockets'
gem 'coffee-script'

Expand Down
3 changes: 2 additions & 1 deletion tdiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["."]

spec.add_runtime_dependency 'rack'
spec.add_runtime_dependency 'rake'
spec.add_runtime_dependency 'thor'

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
end

0 comments on commit 2fdb1a6

Please sign in to comment.