Skip to content

Commit

Permalink
require ruby >= 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed May 24, 2013
1 parent 2eb2d1a commit 1a8c021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions von.gemspec
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 1.9.2'

gem.add_dependency 'redis', '~> 3.0.2'
gem.add_dependency 'activesupport', '~> 3.2.11'

Expand Down

0 comments on commit 1a8c021

Please sign in to comment.