Skip to content

Commit

Permalink
Merge pull request #80 from mnemosyne-mon/renovate/rubocop-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen authored Jul 10, 2024
2 parents e7287f4 + b2fd81f commit 7f92b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.64.0'
gem 'rubocop', '~> 1.65.0'

group :test do
gem 'rspec', '~> 3.6'
Expand Down
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 7f92b9a

Please sign in to comment.