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: ruby-i18n/i18n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.6
Choose a base ref
...
head repository: ruby-i18n/i18n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.7
Choose a head ref
  • 8 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 9, 2024

  1. Add 'ruby-head' to test matrix

    voxik committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    ce4b850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b16dc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Add base64 / mutex_m dependencies for Rails 6.1

    These are required for Ruby 3.4 support, which extracts `base64` /
    `mutex_m` into bundled gem. The maintained versions of Rails have the
    dependencies updated.
    voxik committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    cb35bee View commit details
    Browse the repository at this point in the history
  2. Adjust the test matrix for Rails 8.1

    Rails 8.1 requires Ruby 3.2 at minimum:
    
    ~~~
    Bundler found conflicting requirements for the Ruby
      In Gemfile.rails-main:
        activesupport was resolved to 8.1.0.alpha, which depends on
          Ruby (>= 3.2.0)
    ~~~
    voxik committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    bd5bd23 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    2af0b5b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Merge pull request #709 from voxik/ruby-3.4

    Ruby 3.4 `Hash#inspect` compatibility.
    radar authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    09e26d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. remove post-install message

    radar committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    61678f5 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.14.7

    radar committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    4dddd85 View commit details
    Browse the repository at this point in the history
Loading