Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Move development dependencies to the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimo authored and tjschuck committed Jul 28, 2014
1 parent 1378397 commit 1952c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,6 +2,8 @@ source 'https://rubygems.org'

gemspec

gem 'bundler', '~> 1.6'
gem 'rake'
gem 'minitest', '~> 5.0'

platforms :mri_20 do
Expand Down
3 changes: 0 additions & 3 deletions time-warp.gemspec
Expand Up @@ -15,7 +15,4 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0")
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

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

0 comments on commit 1952c25

Please sign in to comment.