Closed KonnorRogers closed 4 years ago
This appears to be an issue with Bundler
not with bridgetown itself. I solved this by moving:
gem 'bridgetown', '~> 0.15.0.beta2'
into the top level Gemfile
instead of creating a Gemfile
in the test_app
directory.
There is another issue on StackOverflow about this:
Issue on Stackoverflow about Activesupport
You can find the working test commit below:
FWIW, I also ran into this when adding your tailwindcss plugin @ParamagicDev, and had to prepend bundle exec bridgetown apply...
Bridgetown Version: 0.15.0-beta2
To Reproduce I have the following test:
Current behavior
I receive the following error:
Expected behavior
It should run without errors.
When I change the value of
CURRENT_BRIDGETOWN_VERSION
to0.14.0
I do not encounter this error.Computing environment (please complete the following information):
Ubuntu 20.04
2.6.3
Additional context
Link to latest commit with Error
Also of note, if i
cd
into the test app and manually runbundle exec bridgetown new . --force
it works.