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: activeadmin/activeadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edcfa52
Choose a base ref
...
head repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3de750
Choose a head ref
  • 6 commits
  • 26 files changed
  • 1 contributor

Commits on Mar 22, 2025

  1. v3: Update dependencies (#8671)

    Update dependencies
    
    - Use Ruby 3.0 for Rails 6.1
    tagliala authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    a882cca View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. V3: Update dependencies (#8719)

    Update dependencies
    
    Use Ruby 3.0 for Rails 6.1
    tagliala authored May 11, 2025
    Configuration menu
    Copy the full SHA
    6234aa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Update dependencies (#8838)

    Set rubygems version in CI to 3.5.7 to make the CI pass against all the
    supported Ruby and Rails versions.
    
    "Gemfile sanity is up to date" was failing with `rubygems` set to
    `latest`
    tagliala authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    c593ad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Improve CI and RuboCop config (#8840)

    * Update Node, Ruby, and Actions in CI
    
    * Fix RuboCop config
    
    - Use plugins instead of require
    - Fix a Style/StringLiterals offense
    - Rename `Naming/PredicateName` to `Naming/PredicatePrefix`
    tagliala authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    7f2afe6 View commit details
    Browse the repository at this point in the history
  2. [v3] Rails 8.1 compatibility, drop Ruby < 3.0 (#8839)

    Add Rails 8.1 compatibility
    
    Additionally:
    - Drop ruby < 3.0
    - Bump minor version number
    tagliala authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    5a8442d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Update dependencies (#8843)

    - Use Ruby 3.0 for Rails 6.1
    - Use Ruby 3.1 for Rails 7.x
    tagliala authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    c3de750 View commit details
    Browse the repository at this point in the history
Loading