Skip to content

Commit

Permalink
Up rack requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cyu committed Nov 14, 2019
1 parent baa02d2 commit b704fda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.0.5 - 2019-11-14
### Changed
- Update Gem spec to require rack >= 1.6.0

## 1.0.4 - 2019-11-13
### Security
- Escape and resolve path before evaluating resource rules (thanks to Colby Morgan)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/cors/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class Cors
VERSION = "1.0.4"
VERSION = "1.0.5"
end
end
1 change: 1 addition & 0 deletions rack-cors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "rack", ">= 1.6.0"
spec.add_development_dependency "bundler", ">= 1.16.0", '< 3'
spec.add_development_dependency "rake", "~> 12.3.0"
spec.add_development_dependency "minitest", "~> 5.11.0"
Expand Down

0 comments on commit b704fda

Please sign in to comment.