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: rails/webpacker
base: e5ebf860f72619845ab0371e9fd1fff60cbd9292
Choose a base ref
...
head repository: rails/webpacker
compare: 1cec8408d9c30e458c9f83b0c50ef53a255a4352
Choose a head ref
  • 11 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 14, 2021

  1. Bump for v5.4.3

    dhh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e0c998e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. CHANGELOG: Add v5.4.3 release (#3162)

    Fix some compare links
    olleolleolle committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4c5d13a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Let setup-ruby choose appropriate version of bundler

    instead of manually installing
    amatsuda committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dbf25e3 View commit details
    Browse the repository at this point in the history
  2. Use latest RubyGems on Ruby >= 2.6

    or CI on edge Rails (7.1 that requires RubyGems >= 3.3.13)  would fail
    amatsuda committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    004c97a View commit details
    Browse the repository at this point in the history
  3. Remove Travis CI (#2615)

    pustovalov authored and amatsuda committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1ec1ab3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3305 from amatsuda/5-x-ci

    Make 5-x-stable CI green again
    amatsuda committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    061f33b View commit details
    Browse the repository at this point in the history
  5. Use exist? instead of deprecated exists? (#3250)

    `Dir.exists?` and `File.exists? were removed by ruby/ruby#5352.
    It will be the following error in Ruby 3.2.
    
    ```console
    % ruby -ve 'File.exists?("foo.rb")'
    ruby 3.2.0dev (2021-12-28T15:22:18Z master 39b3aa4fb3) [x86_64-darwin19]
    -e:1:in `<main>': undefined method `exists?' for File:Class (NoMethodError)
    
    File.exists?("foo.rb")
        ^^^^^^^^
    Did you mean?  exist?
    ```
    
    And this PR enables `Lint/DeprecatedClassMethods` cop to detect these deprecated methods.
    koic authored and amatsuda committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d3606ff View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. amatsuda committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    852949d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge pull request #3306 from amatsuda/5-x-exists

    Backport #3250 to 5-x-stable branch
    byroot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    be0efe9 View commit details
    Browse the repository at this point in the history
  2. Release 5.4.4

    byroot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2a7e298 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Bump for 5.4.4

    dhh committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1cec840 View commit details
    Browse the repository at this point in the history