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: balvig/spyke
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0
Choose a base ref
...
head repository: balvig/spyke
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 17, 2023

  1. Address deprecated log formatting (#151)

    ## What
    
    - Closes #150
    - Addresses deprecation warning in Rails 7.1:
    
    ```
    DEPRECATION WARNING: Bolding log text with a positional boolean is deprecated and will be removed in Rails 7.2. Use an option hash instead (eg. color("my text", :red, bold: true)).
    ```
    
    Thanks to @emptyflask for spotting/sharing this! 🙏
    balvig authored Dec 17, 2023
    Copy the full SHA
    fcf43b4 View commit details
  2. bump version

    balvig committed Dec 17, 2023
    Copy the full SHA
    4426c38 View commit details
  3. Copy the full SHA
    5fa3e00 View commit details

Commits on Apr 1, 2024

  1. Add minimum Ruby Version (#156)

    ## What
    
    Closes #155
    The minimum version tested in CI is `2.6.9`, so setting `2.6` as the
    lower minimum.
    balvig authored Apr 1, 2024
    Copy the full SHA
    d3f2475 View commit details

Commits on Apr 15, 2024

  1. Revert "Add params to DELETE" (#157)

    ## What
    
    Reverts #145
    
    ## Why
    
    #145 unintentionally introduced an unintentional breaking
    change for client sending parameters in the body on DELETE requests.
    balvig authored Apr 15, 2024
    Copy the full SHA
    955072a View commit details
  2. Update coveralls orb (#158)

    Brings coverage reporting back.
    balvig authored Apr 15, 2024
    Copy the full SHA
    742e619 View commit details

Commits on Dec 31, 2024

  1. Copy the full SHA
    8bfcf5a View commit details
Loading