Skip to content

Commit

Permalink
Sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timlkelly committed Mar 17, 2024
1 parent ea76b8c commit 640e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onesie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'sqlite3', '~> 1.3.13'

spec.add_runtime_dependency 'activerecord', '>= 4.2.11.3', '<= 5.2.8.1'
spec.add_runtime_dependency 'rainbow', '~> 3'
spec.add_runtime_dependency 'railties', '>= 4.2.11.3', '<= 5.2.8.1'
spec.add_runtime_dependency 'rainbow', '~> 3'
end

0 comments on commit 640e12b

Please sign in to comment.