Skip to content

Commit

Permalink
Drop support for Rack 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhunt committed Mar 15, 2024
1 parent 134f76f commit 3d00779
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- '2.7'
- '2.6'
rack:
- '1.5'
- '1.6'
- '2.0'
- '2.1'
Expand Down
4 changes: 0 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
appraise 'rack-1.5' do
gem 'rack', '~> 1.5.0'
end

appraise 'rack-1.6' do
gem 'rack', '~> 1.6.0'
end
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

* Drop support for Rack 1.5 ([Tyler Hunt][tylerhunt])

## 1.2.0 (2023-04-14)

* Add support for Rack 3.0 ([Vinny Diehl][vinnydiehl])
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/rack_1.5.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion rack-canonical-host.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.author = 'Tyler Hunt'

gem.add_dependency 'addressable', '> 0', '< 3'
gem.add_dependency 'rack', '>= 1', '< 4'
gem.add_dependency 'rack', '>= 1.6', '< 4'
gem.add_development_dependency 'appraisal', '~> 2.2'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 3d00779

Please sign in to comment.