mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Reduce Ruby version dependency to 1.9.2
Also added 1.9.2 to Travis config file
This commit is contained in:
parent
8ff22a17f9
commit
1c501e81a6
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