Skip to content

Commit cf361ab

Browse files
authored
Merge pull request #107 from interagent/schneems/all_ur_base64
Add base64 dependency to gem spec
2 parents 45987f2 + aa92ad0 commit cf361ab

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- Fix `base64` deprecation warning for Ruby 3.4 (https://github.com/interagent/heroics/pull/107)
4+
15
## 0.1.2
26

37
- Add support for Ruby 3.0 (https://github.com/interagent/heroics/pull/101)

heroics.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Gem::Specification.new do |spec|
3232
spec.add_dependency 'multi_json', '>= 1.9.2'
3333
spec.add_dependency 'moneta'
3434
spec.add_dependency 'webrick'
35+
spec.add_dependency 'base64'
3536
end

lib/heroics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Heroics
3-
VERSION = '0.1.2'
3+
VERSION = '0.1.3'
44
end

0 commit comments

Comments
 (0)