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.
1 parent 3f2e2aa commit faba784Copy full SHA for faba784
webmachine.gemspec
@@ -22,6 +22,8 @@ Gem::Specification.new do |gem|
22
gem.metadata['source_code_uri'] = gem.homepage
23
gem.metadata['wiki_uri'] = "#{gem.homepage}/wiki"
24
25
+ gem.required_ruby_version = '>= 2.6.0'
26
+
27
gem.add_runtime_dependency('i18n', ['>= 0.4.0'])
28
gem.add_runtime_dependency('multi_json')
29
gem.add_runtime_dependency('as-notifications', ['>= 1.0.2', '< 2.0'])
0 commit comments