Skip to content

Commit

Permalink
chore: fix rubocop linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Aug 24, 2024
1 parent 9b67b5e commit 4977a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails-rfc6570.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_runtime_dependency 'actionpack', '>= 4.2', '< 8.0'
spec.add_runtime_dependency 'addressable', '~> 2.3'
spec.add_dependency 'actionpack', '>= 4.2', '< 8.0'
spec.add_dependency 'addressable', '~> 2.3'
end

0 comments on commit 4977a4a

Please sign in to comment.