Closed andrewmcodes closed 2 years ago
Running the automation sets the wrong version constraint when running add_bridgetown_plugin
add_bridgetown_plugin
bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible
Gemfile will be appended with:
gem "bridgetown-plausible-tag", "~> 1.0.1", :group => :bridgetown_plugins
gem "bridgetown-plausible-tag", "~> 0.0.1", :group => :bridgetown_plugins
Version
Running the automation sets the wrong version constraint when running
add_bridgetown_plugin
Description
Additional Details
Steps to reproduce
bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible
What is Expected?
Gemfile will be appended with:
gem "bridgetown-plausible-tag", "~> 1.0.1", :group => :bridgetown_plugins
What is actually happening?
gem "bridgetown-plausible-tag", "~> 0.0.1", :group => :bridgetown_plugins