Skip to content

Commit

Permalink
Merge pull request #59 from fac/bundler-and-ruby-update
Browse files Browse the repository at this point in the history
Updating bundler and ruby version
  • Loading branch information
whitby3001 authored Feb 10, 2025
2 parents 5950696 + 42dcc6e commit 0b09354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.4.1
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.2.0] - 2025-02-10
### Changed
- Bumped minimum ruby version to 3.4.1
- Updated bundler version to 2.6.2

## [3.1.0] - 2025-01-03
### Changed
- Bumped minimum ruby requirement from 2.5 to 3.0
Expand Down
2 changes: 1 addition & 1 deletion hermod.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "libxml-ruby", "~> 5.0.3"
spec.add_runtime_dependency "activesupport", "> 3.2"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "bundler", "~> 2.6", ">= 2.6.2"
spec.add_development_dependency "rake", "~> 13.2"
spec.add_development_dependency "minitest", "~> 5.15"
spec.add_development_dependency "minitest-reporters", "~> 1.6"
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.1.0"
VERSION = "3.2.0"
end

0 comments on commit 0b09354

Please sign in to comment.