Skip to content

Commit

Permalink
Make appraisal a development dependency rather than runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed May 24, 2013
1 parent 694c57b commit 62cf2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion country_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
s.add_development_dependency 'rspec'
s.add_development_dependency 'actionpack'
s.add_runtime_dependency 'appraisal'
s.add_development_dependency 'appraisal'
end

0 comments on commit 62cf2d6

Please sign in to comment.