Skip to content

Commit

Permalink
Upgrade min Ruby to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Sep 4, 2024
1 parent 25f0477 commit 7672bb2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.16...HEAD)
## [[Unreleased]](https://github.com/esotericpig/nhkore/compare/v0.3.17...HEAD)
-


## [v0.3.17] - 2024-09-03

### Changed
- Upgraded min Ruby version to 3.1 (lowest that is not EOL).
- Updated gems.


## [v0.3.16] - 2024-08-14

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nhkore (0.3.16)
nhkore (0.3.17)
attr_bool (~> 0.2)
bimyou_segmenter (~> 1.2)
cri (~> 2.15)
Expand Down Expand Up @@ -30,14 +30,14 @@ GEM
domain_name (0.6.20240107)
down (5.4.2)
addressable (~> 2.8)
highline (3.1.0)
highline (3.1.1)
reline
http-cookie (1.0.6)
http-cookie (1.0.7)
domain_name (~> 0.5)
io-console (0.7.2)
japanese_deinflector (0.0.2)
mini_portile2 (2.8.7)
minitest (5.25.0)
minitest (5.25.1)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -56,7 +56,7 @@ GEM
redcarpet (3.6.0)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.5)
rexml (3.3.6)
strscan
rss (0.3.1)
rexml
Expand Down Expand Up @@ -95,4 +95,4 @@ DEPENDENCIES
yard_ghurt (~> 1.2)

BUNDLED WITH
2.5.17
2.5.18
2 changes: 1 addition & 1 deletion lib/nhkore/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@


module NHKore
VERSION = '0.3.16'
VERSION = '0.3.17'
end
2 changes: 1 addition & 1 deletion nhkore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
#'mailing_list_uri' => '',
}

spec.required_ruby_version = '>= 2.5'
spec.required_ruby_version = '>= 3.1'
spec.requirements = [
'Nokogiri: https://www.nokogiri.org/tutorials/installing_nokogiri.html',
]
Expand Down

0 comments on commit 7672bb2

Please sign in to comment.