Skip to content

Commit

Permalink
Add base64 as dependency to support Ruby 3.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Dec 28, 2024
1 parent c734851 commit f6891fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Add
- Add Ruby 3.4 to the CI test matrix ([#95]).
- Add `base64` as a runtime dependency to support Ruby 3.4+ ([#95]).

[Unreleased]: https://github.com/envato/unwrappr/compare/v0.8.1...HEAD
[#95]: https://github.com/envato/unwrappr/pull/95
Expand Down
1 change: 1 addition & 0 deletions unwrappr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength:
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'base64'
spec.add_dependency 'bundler', '< 3'
spec.add_dependency 'bundler-audit', '>= 0.6.0'
spec.add_dependency 'clamp', '~> 1'
Expand Down

0 comments on commit f6891fc

Please sign in to comment.