Drop gemspec requirement on ruby3

This commit is contained in:
Rick Bradley 2022-08-09 12:45:00 -05:00
Родитель b011bb4e7f
Коммит 4fe29baaef
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,6 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + %w[bin/deploy-entitlements VERSION]
s.homepage = "https://github.com/github/entitlements-app"
s.executables = %w[deploy-entitlements]
s.required_ruby_version = '~> 3.0'
s.add_dependency "concurrent-ruby", "= 1.1.9"
s.add_dependency "faraday", ">= 0.17.3", "< 0.18"