Skip to content

Commit 0b09354

Browse files
authored
Merge pull request #59 from fac/bundler-and-ruby-update
Updating bundler and ruby version
2 parents 5950696 + 42dcc6e commit 0b09354

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.4.1

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.0] - 2025-02-10
11+
### Changed
12+
- Bumped minimum ruby version to 3.4.1
13+
- Updated bundler version to 2.6.2
14+
1015
## [3.1.0] - 2025-01-03
1116
### Changed
1217
- Bumped minimum ruby requirement from 2.5 to 3.0

hermod.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_runtime_dependency "libxml-ruby", "~> 5.0.3"
2626
spec.add_runtime_dependency "activesupport", "> 3.2"
2727

28-
spec.add_development_dependency "bundler", "~> 2.0"
28+
spec.add_development_dependency "bundler", "~> 2.6", ">= 2.6.2"
2929
spec.add_development_dependency "rake", "~> 13.2"
3030
spec.add_development_dependency "minitest", "~> 5.15"
3131
spec.add_development_dependency "minitest-reporters", "~> 1.6"

lib/hermod/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hermod
2-
VERSION = "3.1.0"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)