mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #24 from zmillman/ruby-1-9-2
Reduce Ruby version dependency to 1.9.2
This commit is contained in:
commit
905df04992
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- jruby-head
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = %q{Block & throttle abusive requests}
|
||||
s.test_files = Dir.glob("spec/**/*")
|
||||
|
||||
s.required_ruby_version = '>= 1.9.3' # Maybe less?
|
||||
s.required_ruby_version = '>= 1.9.2' # Maybe less?
|
||||
|
||||
s.add_dependency 'rack'
|
||||
s.add_development_dependency 'minitest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue