Skip to content

Commit 6e187db

Browse files
authored
Merge pull request #277 from webmachine/base64
Add `base64` as a runtime dependency
2 parents f336860 + d37fa8e commit 6e187db

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ end
2424
platforms :jruby do
2525
gem 'jruby-openssl'
2626
end
27+
28+
if RUBY_VERSION >= '3.4'
29+
gem 'mutex_m' # TODO: remove this once as-notifications has such a dependency
30+
end

webmachine.gemspec

Lines changed: 1 addition & 0 deletions
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)