Skip to content

Commit

Permalink
require ruby 1.9.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Oct 19, 2014
1 parent 2bae9da commit f91dbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devise.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.require_paths = ["lib"]
s.required_ruby_version = '>= 1.9.3'

s.add_dependency("warden", "~> 1.2.3")
s.add_dependency("orm_adapter", "~> 0.1")
Expand Down

0 comments on commit f91dbd1

Please sign in to comment.