Skip to content

Commit

Permalink
Dropped Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Jan 6, 2025
1 parent 19b718d commit 416795e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion kaminari_api_meta_data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "kaminari_api_meta_data/version"

Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"
spec.name = "kaminari-api-meta-data"
spec.version = KaminariApiMetaData::VERSION
spec.authors = ["BOXT Developers"]
Expand Down

0 comments on commit 416795e

Please sign in to comment.