Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions ea.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ Gem::Specification.new do |spec|
# The bridge targets Lutaml::Uml::Document / UmlClass / Association /
# etc., all of which remain on those names from 0.2 through 0.5+
# (no rename happened despite the major-version bump cadence). Pinned
# to 0.5+ to pick up the repository/SPA refinements the spec suite
# exercises; verified compatible with the bridge code.
spec.add_development_dependency "lutaml-uml", "~> 0.5.0"
# to 0.5.2+ to pick up the WelcomeView custom-logo fix
# (lutaml/lutaml-uml#119) exercised indirectly via the SPA command.
# The `~> 0.5` upper bound prevents bundler from resolving to the
# pre-existing 1.0.0 release, which has a different API surface.
spec.add_development_dependency "lutaml-uml", "~> 0.5", ">= 0.5.2"

# Development-only — Rakefile's default task runs spec + rubocop.
# Without this, `bundle exec rake` (invoked by metanorma/ci's
Expand Down
Loading