Skip to content

Commit 9bd03f5

Browse files
committed
add base64 dependency
1 parent f950029 commit 9bd03f5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
adassault (0.0.2)
12+
adassault (0.0.3)
13+
base64 (~> 0.2.0)
1314
dnsruby (~> 1.72, >= 1.72.1)
1415
gli (~> 2.21)
1516
paint (~> 2.3)

adassault.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Gem::Specification.new do |s|
3131

3232
s.required_ruby_version = ['>= 3.0.0', '< 4.0']
3333

34+
s.add_runtime_dependency('base64', '~> 0.2.0') # tmp, see Gemfile
3435
s.add_runtime_dependency('dnsruby', '~> 1.72', '>= 1.72.1') # for DNS update (RFC 2136)
3536
s.add_runtime_dependency('gli', '~> 2.21') # for argument parsing
3637
s.add_runtime_dependency('paint', '~> 2.3') # for colorized output

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.0.3]
6+
7+
- Temporarirlly add `base64` as a direct dependency while waiting for a new release of `dnsruby` in order to fix a warning. See Gemfile for details.
8+
59
## [0.0.2]
610

711
Library:

0 commit comments

Comments
 (0)