Skip to content

Commit

Permalink
Update ruby_version requirement to allow ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot authored and pointlessone committed Dec 25, 2020
1 parent 56a2ac1 commit 5f21d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
'.yardopts'
]
spec.require_path = 'lib'
spec.required_ruby_version = '~> 2.5'
spec.required_ruby_version = '>= 2.5'
spec.required_rubygems_version = '>= 1.3.6'

spec.authors = [
Expand Down

0 comments on commit 5f21d99

Please sign in to comment.