getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

fix: No longer bundle @appland/appmap with this gem #219

Closed kgilpin closed 2 years ago

kgilpin commented 2 years ago

You might be familiar with how the appmap-ruby swagger Rake tasks used a bundled copy of appmap-js. Now that we are requiring the installation of other code from NPM, such as @appland/scanner, it doesn’t make sense to do this any more. It was fragile and it kept breaking. This update runs the @appland/appmap openapi using npx

The user must install @appland/appmap to the enclosing project.

This also applies to the depends task.

TODO

appland-release commented 2 years ago

:tada: This PR is included in version 0.72.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: