faktaoklimatu / web-core

The core website framework for climate facts websites
https://faktaoklimatu.cz
Other
0 stars 1 forks source link

Fix Gemfile (automatically updated on Mac) #218

Closed jankrcal closed 1 year ago

jankrcal commented 1 year ago

This is a change that happens on every build on my Mac.

jankrcal commented 1 year ago

@mgrabovsky Could you please check if this works for you (i.e. a local build of yours does not overwrite it again)? Sorry for not catching it on the previous PR.

jankrcal commented 1 year ago

Closed as I reverted the original PR (see https://github.com/faktaoklimatu/web-core/pull/220). @mgrabovsky Could you please reopen the original PR and make sure 'make check' works?

mgrabovsky commented 1 year ago

This change doesn't work for me:

Could not find sass-embedded-1.58.3-x86_64-linux in any of the source
jankrcal commented 1 year ago

Good to know!

I've tested now that the frozen config seems to work for me: https://bundler.io/v1.12/man/bundle-config.1.html (i.e., adding BUNDLE_FROZEN: true to web-core/.bundle/config) Once we have a new PR relanding the changes in Gemfile.lock, can you test of this config works for you as well?

If not, I can always set it up locally in ~/.bundle/config but that's suboptimal for other developers on Mac.