1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-05 02:35:50 +03:00

Require tests against rails 6.0, run tests against rails 6.1.alpha

Rails 6.0 requires ruby >= 2.5, so ruby 2.4 is not tested by default
and replaced with 2.6
Этот коммит содержится в:
Max Melentiev
2019-08-19 10:53:59 +03:00
родитель ca4ea9e6cb
Коммит 7e823b4354
10 изменённых файлов: 62 добавлений и 30 удалений

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

@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '~> 2.0'
spec.add_dependency 'actionpack', '>= 4.0', '< 6.0'
spec.add_dependency 'activesupport', '>= 4.0', '< 6.0'
spec.add_dependency 'actionpack', '>= 4.0', '< 6.1'
spec.add_dependency 'activesupport', '>= 4.0', '< 6.1'
spec.add_dependency 'httpclient', '~> 2.7'
spec.add_development_dependency 'bundler', '> 1.16'