Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code4lib/code4lib.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: code4lib/code4lib.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: upgrade_everything
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 3, 2021

  1. Use modern bundler

    This will force any other devs who don't have bundler 2 to install it,
    but 2.x has been around since 2018.
    thatandromeda committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    ee1433f View commit details
    Browse the repository at this point in the history
  2. Update c4l URL to use https

    GitHub pages supplies it. 🎉
    thatandromeda committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    282aa94 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Everything is now on its latest available version, except for liquid,
    terminal-table, and unicode-display_width, for which Jekyll specifies
    lower major versions.
    
    This also updates the .gitignore, since Jekyll now generates a
    .jekyll-cache directory.
    
    The README doesn't specify a testing procedure, but I've run `jekyll
    serve` locally and clicked on all the navigation menu links and it
    looks fine.
    thatandromeda committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    9e3037e View commit details
    Browse the repository at this point in the history
Loading