Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 10, 2024
1 parent 1ca2225 commit 6615649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.1, 3.2, 3.3]
ruby-version: [3.2, 3.3]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- 5432:5432
strategy:
matrix:
ruby-version: [3.1, 3.2, 3.3]
ruby-version: [3.2, 3.3]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
--health-retries=3
strategy:
matrix:
ruby-version: [3.1, 3.2, 3.3]
ruby-version: [3.2, 3.3]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/mihari/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mihari
VERSION = "7.7.0"
VERSION = "8.0.0"
end
2 changes: 1 addition & 1 deletion mihari.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ninoseki/mihari"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = ">= 3.2"

spec.metadata["rubygems_mfa_required"] = "true"

Expand Down

0 comments on commit 6615649

Please sign in to comment.