We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45987f2 + aa92ad0 commit cf361abCopy full SHA for cf361ab
CHANGELOG.md
@@ -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
5
## 0.1.2
6
7
- Add support for Ruby 3.0 (https://github.com/interagent/heroics/pull/101)
heroics.gemspec
@@ -32,4 +32,5 @@ Gem::Specification.new do |spec|
32
spec.add_dependency 'multi_json', '>= 1.9.2'
33
spec.add_dependency 'moneta'
34
spec.add_dependency 'webrick'
35
+ spec.add_dependency 'base64'
36
end
lib/heroics/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Heroics
- VERSION = '0.1.2'
+ VERSION = '0.1.3'
0 commit comments