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: pygments/pygments.rb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: pygments/pygments.rb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 11 commits
  • 346 files changed
  • 2 contributors

Commits on Nov 13, 2023

  1. Bump actions/checkout from 3 to 4 (#253)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1bd11bf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Bump actions/setup-python from 4 to 5 (#258)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7ef665b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update rake requirement from ~> 13.1.0 to ~> 13.2.0 (#259)

    Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
    - [Release notes](https://github.com/ruby/rake/releases)
    - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
    - [Commits](ruby/rake@v13.1.0...v13.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: rake
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    496ba68 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    98b1a5a View commit details
    Browse the repository at this point in the history
  2. Fix typo

    slonopotamus committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f423431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcdacb1 View commit details
    Browse the repository at this point in the history
  4. Attempt to fix macOS CI

    slonopotamus committed May 14, 2024
    Configuration menu
    Copy the full SHA
    48e8616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74defd5 View commit details
    Browse the repository at this point in the history
  6. Fix rubocop config

    slonopotamus committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d3f5b5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f297e9 View commit details
    Browse the repository at this point in the history
  8. Release 3.0.0

    slonopotamus committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7d4f911 View commit details
    Browse the repository at this point in the history
Loading