Require Ruby 1.9 or higher

This commit is contained in:
Matthew Horan 2013-01-14 08:08:29 -05:00
parent 667a345cbc
commit 29c360eefa
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ Gem::Specification.new do |s|
s.extensions = "extconf.rb"
s.required_ruby_version = ">= 1.9.0"
s.add_runtime_dependency("capybara", "~> 2.0", ">= 2.0.2")
s.add_runtime_dependency("json")