Skip to content

Commit

Permalink
Add constraint on Yard version for ruby 1.9.3
Browse files Browse the repository at this point in the history
Co-Authored-By: Gonzalo Bulnes <gon.bulnes@fastmail.com>
  • Loading branch information
MatthiasRMS and gonzalo-bulnes committed Aug 20, 2019
1 parent 6eb51e0 commit 087a6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ appraise 'ruby_1.9.3_rails_3.2' do
gem 'mime-types', '< 3'
gem 'term-ansicolor', '~> 1.3.0'
gem 'tins', '< 1.7.0'
gem 'yard', '<= 0.9.5'
end
1 change: 1 addition & 0 deletions gemfiles/ruby_1.9.3_rails_3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ gem "activerecord", ">= 3.2.15", "< 4"
gem "mime-types", "< 3"
gem "term-ansicolor", "~> 1.3.0"
gem "tins", "< 1.7.0"
gem "yard", "<= 0.9.5"

gemspec path: "../"

0 comments on commit 087a6f4

Please sign in to comment.