Skip to content

Commit

Permalink
Drop support for old rubies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 29, 2024
1 parent 6f35387 commit 6420587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- macos

ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"

gemfile:
- gems/rack_v2.rb
Expand Down
2 changes: 1 addition & 1 deletion rack-cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.summary = "HTTP Caching for Rack"
s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (expires, cache-control) and/or validation (last-modified, etag) information."
s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = '>= 2.7.7'

s.authors = ["Ryan Tomayko"]
s.email = "[email protected]"
Expand Down

0 comments on commit 6420587

Please sign in to comment.