Skip to content

Commit b26429a

Browse files
committed
Add base64 as a runtime dependency
1 parent 45d7513 commit b26429a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webmachine.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Gem::Specification.new do |gem|
2727
gem.add_runtime_dependency('i18n', ['>= 0.4.0'])
2828
gem.add_runtime_dependency('multi_json')
2929
gem.add_runtime_dependency('as-notifications', ['>= 1.0.2', '< 2.0'])
30+
gem.add_runtime_dependency('base64')
3031

3132
gem.add_development_dependency('webrick', ['~> 1.7.0'])
3233
gem.add_development_dependency('standard', ['~> 1.21'])

0 commit comments

Comments
 (0)