Require Ruby 2.3+

This commit is contained in:
Thomas Walpole 2018-05-22 14:14:52 -07:00
parent caa934c0cc
commit e016661f60
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.files = Dir.glob('{lib}/**/*') + %w(LICENSE README.md)
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.3.0'
s.add_runtime_dependency 'capybara', '>= 2.1', '< 4'
s.add_runtime_dependency 'websocket-driver', '>= 0.2.0'