Skip to content

Conversation

@mikeCRL
Copy link
Contributor

@mikeCRL mikeCRL commented Dec 8, 2025

Was getting this build error. Adding line breaks for readability.

% make standard

bundle exec jekyll serve --port 4000 --incremental --trace --config _config_base.yml,_config_cockroachdb.yml,_config_cockroachdb_local.yml 

/Users/ml/go/src/github.com/cockroachdb/docs/src/current/vendor/bundle/ruby/3.4.0/gems/liquid-4.0.4/lib/liquid/standardfilters.rb:2:  
warning: bigdecimal was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0.

You can add bigdecimal to your Gemfile or gemspec to silence this warning.

bundler: failed to load command: jekyll (/Users/ml/go/src/github.com/cockroachdb/docs/src/current/vendor/bundle/ruby/3.4.0/bin/jekyll)

Updating the Gemfile worked and is backward compatible with those running earlier Ruby versions.

Had to run bundle install once to get it to work.

Couldn't run make vendor manually as an alternative until I added the line to the Gemfile to register it as a user-facing command.

Added instructions to the Gemfile as a comment, for any future additions.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 8664ec8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/69383a8f2e77b400089ec5f2

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 8664ec8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/69383a8f6581790008d48186

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Files changed:

  • src/current/Gemfile
  • src/current/Makefile

@mikeCRL mikeCRL marked this pull request as ready for review December 8, 2025 22:06
@mikeCRL mikeCRL requested a review from a team as a code owner December 8, 2025 22:06
@mikeCRL mikeCRL requested a review from kikiya December 8, 2025 22:08
@netlify
Copy link

netlify bot commented Dec 8, 2025

Netlify Preview

Name Link
🔨 Latest commit 8664ec8
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/69383a8f57d003000882ed3c
😎 Deploy Preview https://deploy-preview-21546--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mikeCRL mikeCRL enabled auto-merge (squash) December 9, 2025 15:04
@mikeCRL mikeCRL merged commit 257e28a into main Dec 9, 2025
6 checks passed
@mikeCRL mikeCRL deleted the Gemfile-dependency branch December 9, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants