ManageIQ / floe

Floe is a runner for Amazon States Language workflows
Apache License 2.0
0 stars 6 forks source link

Ensure the local code is loaded in exe/floe #173

Closed Fryguy closed 6 months ago

Fryguy commented 6 months ago

This fixes an issue where if exe/floe is run without bundle exec it will pull in the version of floe installed on the system instead of the local adjacent code.

Incidentally, now you no longer are forced to run it with bundle exec, however, you may still want to as it ensures dependency gem versions.