Skip to content

Commit

Permalink
Set required Ruby version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 6, 2018
1 parent e47ff1d commit e4f863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicode-emoji.gemspec
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.required_ruby_version = "~> 2.0"
gem.required_ruby_version = "~> 2.3"
end

0 comments on commit e4f863a

Please sign in to comment.