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: rspec/rspec-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.1
Choose a head ref
  • 15 commits
  • 20 files changed
  • 7 contributors

Commits on Nov 7, 2019

  1. Update README.md

    vsppedro authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    5c4a0a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2203 from VSPPedro/3-9-maintenance

    Update README.md
    JonRowe authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    d986489 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Merge pull request #2244 from rspec/update-travis-build-scripts-2019-…

    …12-20-for-master
    
    Update travis build scripts 2019 12 20 for master
    JonRowe committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    61fb5ba View commit details
    Browse the repository at this point in the history
  2. Avoid deprecation warning with Bundler.with_clean_env (#2240)

    The method is not always accessible
    
         NoMethodError:
           undefined method `with_unbundled_env' for Bundler:Module
    JonRowe committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    e4e018e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    349d656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6191d45 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

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

Commits on Jan 12, 2020

  1. Update links to other matchers

    mkamensky authored and JonRowe committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    5476855 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2140 from mvz/update-aruba

    Update aruba to version 0.14.12
    JonRowe committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    e1a5008 View commit details
    Browse the repository at this point in the history
  3. Avoid breaking cucumber task when new bundler update gets out

    With new bundler update like 2.1.2 and 2.1.3 we saw issues on the CI
    after running `bundle exec cucumber`:
    
    ```
    +/home/travis/.rvm/gems/ruby-2.6.3/gems/bundler-2.1.3/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated bundler 2.1.2, but your Gemfile requires bundler 2.1.3. Since bundler is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports bundler as a default gem. (Gem::LoadError)
    ```
    
    Using the patch from mvz #2241
    reduce the amount of error
    benoittgt authored and JonRowe committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    1c6273d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2260 from rspec/fix-rack-warning

    Get rid of rack warning
    pirj authored and JonRowe committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    e23efd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Upgrade yard to 0.9.24, CVE and Ruby 2.7 compatible

    Yard need Redcarpet upgraded otherwise it can find it
    xaviershay authored and benoittgt committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    c3beb81 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    f7a1d30 View commit details
    Browse the repository at this point in the history
  2. Changelog for #2117

    JonRowe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    34a044c View commit details
    Browse the repository at this point in the history
  3. Verson 3.9.1

    JonRowe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7473234 View commit details
    Browse the repository at this point in the history
Loading