Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org

## [Unreleased]

## [2.1.5] 2024-11-27

### Fixed
- Permit versions of dependencies that work with Ruby 2.7
- Permit versions of activesupport that work with Ruby 2.7 by @pgwillia in https://github.com/ualbertalib/pushmi_pullyu/pull/492

### Chores
- Bump rexml from 3.3.8 to 3.3.9 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/489
- Bump activesupport from 7.1.4 to 7.1.4.2 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/487
- Bump danger from 9.5.0 to 9.5.1 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/486

## [2.1.4]

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pushmi_pullyu (2.1.4)
pushmi_pullyu (2.1.5)
activesupport (>= 5, < 7.2)
bagit (~> 0.4)
connection_pool (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PushmiPullyu
VERSION = '2.1.4'.freeze
VERSION = '2.1.5'.freeze
end