From 41f05b32bcae0b19bc6265ec9088beebf4c6e2f1 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 2 Feb 2018 12:55:16 -0800 Subject: [PATCH] require ruby should be 2.2.2 --- capybara.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capybara.gemspec b/capybara.gemspec index 5222e576..6cfa1f95 100644 --- a/capybara.gemspec +++ b/capybara.gemspec @@ -6,7 +6,7 @@ require 'capybara/version' Gem::Specification.new do |s| s.name = "capybara" s.version = Capybara::VERSION - s.required_ruby_version = ">= 2.2.0" + s.required_ruby_version = ">= 2.2.2" s.license = "MIT" s.authors = ["Thomas Walpole", "Jonas Nicklas"]