Skip to content

Commit

Permalink
Only install yard-spellcheck on :ruby_19 platforms
Browse files Browse the repository at this point in the history
yard-spellcheck 0.1.5 depends on ffi-hunspell ~> 0.2
and the latest ffi-hunspell 0.3.0 requires Ruby
version >= 1.9.1
  • Loading branch information
snusnu committed May 3, 2013
1 parent ccb6276 commit c937f26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ group :metrics do
gem 'flog', '~> 2.5.3'
gem 'roodi', '~> 2.2.0'
gem 'simplecov', '~> 0.7.1'
gem 'yard-spellcheck', '~> 0.1.5'

platforms :ruby_19 do
gem 'yard-spellcheck', '~> 0.1.5'
end

platforms :mri_18 do
gem 'arrayfields', '~> 4.7.4' # for metric_fu
Expand Down

0 comments on commit c937f26

Please sign in to comment.