We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f336860 + d37fa8e commit 6e187dbCopy full SHA for 6e187db
Gemfile
@@ -24,3 +24,7 @@ end
24
platforms :jruby do
25
gem 'jruby-openssl'
26
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
@@ -27,6 +27,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('i18n', ['>= 0.4.0'])
gem.add_runtime_dependency('multi_json')
gem.add_runtime_dependency('as-notifications', ['>= 1.0.2', '< 2.0'])
+ gem.add_runtime_dependency('base64')
31
32
gem.add_development_dependency('webrick', ['~> 1.7.0'])
33
gem.add_development_dependency('standard', ['~> 1.21'])
0 commit comments