Skip to content

Commit

Permalink
Ruby 2.2.0 以上版本,test-unit和minitest都成为单独的gem,需要在gemspec中写明依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Yeh committed Dec 2, 2015
1 parent 377f6f6 commit 1ee21d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion offsite_payments.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency('i18n', '~> 0.5')
s.add_dependency('money', '< 7.0.0')
s.add_dependency('builder', '>= 2.1.2', '< 4.0.0')
s.add_dependency('json', '~> 1.7')
s.add_dependency('json', '~> 1.8.3')
s.add_dependency('active_utils', '~> 2.2.0')
s.add_dependency('nokogiri', "~> 1.4")
s.add_runtime_dependency('weixin_authorize')
Expand All @@ -35,4 +35,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('mocha', '~> 0.13.0')
s.add_development_dependency('rails', '>= 3.2.14')
s.add_development_dependency('thor')
s.add_development_dependency('test-unit-minitest')
end

0 comments on commit 1ee21d6

Please sign in to comment.