Skip to content

Commit

Permalink
Drop Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Berkopec committed Dec 5, 2023
1 parent 471d25f commit c5fc9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.1", "3.0", "2.7", "2.6"]
ruby: ["3.2", "3.1", "3.0", "2.7"]
redis: ["5.x"]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'http://rubygems.org'
ruby '>= 2.6.0'
ruby '>= 2.7.0'

gemspec

Expand Down
2 changes: 1 addition & 1 deletion rack-mini-profiler.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
"CHANGELOG.md"
]
s.add_runtime_dependency 'rack', '>= 1.2.0'
s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 2.7.0'

s.metadata = {
'source_code_uri' => Rack::MiniProfiler::SOURCE_CODE_URI,
Expand Down

0 comments on commit c5fc9b1

Please sign in to comment.