Skip to content

Commit

Permalink
Correct the purpose of the dependency on Appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
njonsson committed Jan 14, 2014
1 parent 6f556a2 commit a48286c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -15,6 +15,7 @@ group :doc do
end end


group :tooling do group :tooling do
gem 'appraisal', '~> 0'
gem 'guard-cucumber', '~> 1', :platforms => :mri_19 gem 'guard-cucumber', '~> 1', :platforms => :mri_19
gem 'guard-rspec', '~> 4', :platforms => :mri_19 gem 'guard-rspec', '~> 4', :platforms => :mri_19
if RUBY_PLATFORM =~ /darwin/i if RUBY_PLATFORM =~ /darwin/i
Expand Down
1 change: 0 additions & 1 deletion cape.gemspec
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib) s.require_paths = %w(lib)
s.has_rdoc = true s.has_rdoc = true


s.add_development_dependency 'appraisal', '~> 0'
s.add_development_dependency 'aruba', '~> 0' s.add_development_dependency 'aruba', '~> 0'
s.add_development_dependency 'capistrano', '~> 2' s.add_development_dependency 'capistrano', '~> 2'
s.add_development_dependency 'rake', '>= 0.9.3' s.add_development_dependency 'rake', '>= 0.9.3'
Expand Down

0 comments on commit a48286c

Please sign in to comment.