Skip to content

Commit

Permalink
Fix RuboCop offense: Dependency lutaml-model should appear before met…
Browse files Browse the repository at this point in the history
…anorma-cli
  • Loading branch information
kwkwan committed Dec 27, 2024
1 parent c8ac37f commit ad060b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.require_paths = ["lib"]

spec.add_dependency "expressir"
spec.add_dependency "metanorma-cli"
spec.add_dependency "lutaml-model"
spec.add_dependency "metanorma-cli"
spec.add_dependency "thor", ">= 0.20"
end

0 comments on commit ad060b7

Please sign in to comment.