mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-31 09:55:54 +00:00
Add base64 gem to dependencies
This commit is contained in:
parent
3fda2e49a0
commit
745b919620
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ require 'instapaper/version'
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_dependency 'addressable', '~> 2.3'
|
||||
spec.add_dependency 'base64', '~> 0.3'
|
||||
spec.add_dependency 'dry-struct', '~> 1.0'
|
||||
spec.add_dependency 'dry-types', '~> 1.0'
|
||||
spec.add_dependency 'http', '>= 2', '< 6'
|
||||
|
|
|
|||
Loading…
Reference in a new issue