Skip to content

Commit 10a1478

Browse files
authored
chore: pin base64 (#340)
# Description <!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. --> # Testing <!-- Please provide details on how you tested this code. See below. - All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible) - New features must get a new unit test - Bug fixes/refactors must re-record existing cassettes --> # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
1 parent 90683d9 commit 10a1478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easypost.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ['lib']
2121
spec.required_ruby_version = '>= 2.7'
2222

23-
spec.add_dependency 'base64'
23+
spec.add_dependency 'base64', '~> 0.3'
2424

2525
spec.add_development_dependency 'abbrev', '~> 0.1'
2626
spec.add_development_dependency 'benchmark', '~> 0.4'

0 commit comments

Comments
 (0)