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/spring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: rails/spring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 25, 2021

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

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    e5c3345 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #658 from deivid-rodriguez/fix_variable_name

    Fix variable name in gemspec
    matthewd authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    fcd8a0f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Stop depending on Set

    It is now a gem, and since spring load before bundler
    if you have multiple `set` versions installed, you might
    load the wrong one causing already defined constant warnings.
    byroot committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    7f4ddf9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #659 from casperisfine/drop-set-dependency

    Stop depending on Set
    byroot authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    98a7631 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    f4319c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7788f View commit details
    Browse the repository at this point in the history
  3. Make sure the bundler environment is correct

    We need an unbundled env and after removing spring we need to make
    sure the Gemfile.lock is updated.
    rafaelfranca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    bb4a46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2988f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a766ced View commit details
    Browse the repository at this point in the history
  6. Merge pull request #661 from rails/rm-test-7.0-drop-ruby-2.6

    Drop support to Ruby < 2.7 and Rails < 6.0
    rafaelfranca authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a81ef6e View commit details
    Browse the repository at this point in the history
  7. Modernize spring binstubs and disable it in production

    Even if the gem is installed, spring now only enables in development and
    test.
    rafaelfranca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    02649d9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #662 from rails/rm-new-format-binstub

    Modernize spring binstubs and disable it in production
    rafaelfranca authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ba9d63a View commit details
    Browse the repository at this point in the history
  9. Prepare to 4.0.0

    rafaelfranca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a318a18 View commit details
    Browse the repository at this point in the history
Loading