Skip to content

Commit

Permalink
Merge pull request #107 from interagent/schneems/all_ur_base64
Browse files Browse the repository at this point in the history
Add base64 dependency to gem spec
  • Loading branch information
schneems authored Jun 21, 2024
2 parents 45987f2 + aa92ad0 commit cf361ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- Fix `base64` deprecation warning for Ruby 3.4 (https://github.com/interagent/heroics/pull/107)

## 0.1.2

- Add support for Ruby 3.0 (https://github.com/interagent/heroics/pull/101)
Expand Down
1 change: 1 addition & 0 deletions heroics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'multi_json', '>= 1.9.2'
spec.add_dependency 'moneta'
spec.add_dependency 'webrick'
spec.add_dependency 'base64'
end
2 changes: 1 addition & 1 deletion lib/heroics/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Heroics
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit cf361ab

Please sign in to comment.