Skip to content

Commit

Permalink
Relax Rails version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhunt committed Mar 13, 2012
1 parent 0f1676b commit 0488627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hightail.gemspec
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.add_dependency('rails', '~> 3.1.1')
s.add_dependency('rails', '~> 3.0')
s.add_dependency('bundler', '~> 1.0')
end

0 comments on commit 0488627

Please sign in to comment.