Skip to content

Commit 42dcc6e

Browse files
committed
Updating bundler and ruby version
Updating bundler to 2.6.2 and Ruby to 3.4.1. New version 3.2.0.
1 parent 5f6a292 commit 42dcc6e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.4.1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)