1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-04 18:25:51 +03:00

Ruby 3.0 support, drop support for Ruby < 2.4

Этот коммит содержится в:
Max Melentiev
2020-12-30 18:04:32 +03:00
родитель 036fbd20d5
Коммит 791c4233ca
15 изменённых файлов: 86 добавлений и 72 удалений

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

@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '~> 2.0'
spec.required_ruby_version = '>= 2.4'
spec.add_dependency 'actionpack', '>= 4.0', '< 6.2'
spec.add_dependency 'activesupport', '>= 4.0', '< 6.2'