Skip to content

Commit

Permalink
chore: fix new linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Jul 10, 2024
1 parent d900273 commit b2fd81f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mnemosyne-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
spec.require_paths = %w[lib]

spec.required_ruby_version = '>= 3.1'
spec.add_runtime_dependency 'activesupport', '>= 6.1'
spec.add_runtime_dependency 'bunny'

spec.add_dependency 'activesupport', '>= 6.1'
spec.add_dependency 'bunny'
end

0 comments on commit b2fd81f

Please sign in to comment.