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: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.37.0
Choose a base ref
...
head repository: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.37.1
Choose a head ref
  • 13 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    6bb9a5b View commit details
    Browse the repository at this point in the history
  2. Update rubocop requirement from ~> 1.21.0 to ~> 1.22.0

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    09b5165 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Oct 1, 2021

  1. Merge pull request #154 from YusukeIwaki/dependabot/bundler/rubocop-t…

    …w-1.22.0
    
    Update rubocop requirement from ~> 1.21.0 to ~> 1.22.0
    Yusuke Iwaki authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    a1b1ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Useragentdata support

    YusukeIwaki committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f460e16 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 23, 2021

  1. Merge pull request #156 from YusukeIwaki/porting/7378

    Useragentdata support
    Yusuke Iwaki authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ff8a898 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    5f47c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5f2bb View commit details
    Browse the repository at this point in the history
  3. Use at_exit instead of trap(:EXIT)

    Better interacts with surrounding systems as ruby allows for multiple at_exit-callbacks but only runs the last registered trap(:EXIT) handler.
    anderscarling committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5ed0568 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Merge pull request #158 from anderscarling/use_at_exit_not_trap

    Better interact with other systems by using at_exit instead of trap(:EXIT)
    Yusuke Iwaki authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e9d3423 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from anderscarling/launch_options_handle_sign…

    …als_fix
    
    Fix bug where signal handlers can not be configured to be disabled (e.g. configured with false value)
    Yusuke Iwaki authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fbed618 View commit details
    Browse the repository at this point in the history
  3. mark v0.37.1

    YusukeIwaki committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    a9018bd View commit details
    Browse the repository at this point in the history
Loading