Skip to content

Commit

Permalink
Specifies ruby version correct. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Jan 18, 2022
1 parent 5befba6 commit ae862bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_uri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.files = %w(README.rdoc Rakefile) + Dir.glob("lib/**/*")

s.required_ruby_version = '>= 2.7', '<= 3.0'
s.required_ruby_version = '>= 2.7', '< 3.1'

s.add_development_dependency 'rake'
s.add_development_dependency 'minitest'
Expand Down

0 comments on commit ae862bd

Please sign in to comment.