Skip to content

Commit

Permalink
Merge pull request #58 from fac/libxml-ruby-update
Browse files Browse the repository at this point in the history
Update libxml-ruby and bump version
  • Loading branch information
whitby3001 authored Jan 7, 2025
2 parents 6bb3845 + 5f6a292 commit 5950696
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0] - 2025-01-03
### Changed
- Bumped minimum ruby requirement from 2.5 to 3.0
- Updated nokogiri, rake, libxml-ruby, guard, prydoc, pry-byebug versions

## [3.0.0] - 2023-04-19
### Removed
- Removed support for Ruby 2.0 - 2.4, minimum supported version is now 2.5
Expand Down
2 changes: 1 addition & 1 deletion hermod.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3.0"

spec.add_runtime_dependency "libxml-ruby", "~> 4.1"
spec.add_runtime_dependency "libxml-ruby", "~> 5.0.3"
spec.add_runtime_dependency "activesupport", "> 3.2"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/hermod/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hermod
VERSION = "3.0.0"
VERSION = "3.1.0"
end

0 comments on commit 5950696

Please sign in to comment.