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.45.1
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.45.2
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 23, 2023

  1. build(deps-dev): update rubocop requirement from ~> 1.43.0 to ~> 1.44.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.43.0...v1.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cab1e97 View commit details
    Browse the repository at this point in the history
  2. build(deps): update concurrent-ruby requirement from ~> 1.1.0 to >= 1…

    ….1, < 1.3
    
    Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version.
    - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
    - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
    - [Commits](ruby-concurrency/concurrent-ruby@v1.1.0...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: concurrent-ruby
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    32e40e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

    …w-1.44.0
    
    build(deps-dev): update rubocop requirement from ~> 1.43.0 to ~> 1.44.0
    YusukeIwaki authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f6b3297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #304 from YusukeIwaki/dependabot/bundler/concurren…

    …t-ruby-gte-1.1-and-lt-1.3
    
    build(deps): update concurrent-ruby requirement from ~> 1.1.0 to >= 1.1, < 1.3
    YusukeIwaki authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5c62550 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. deploy trial version

    YusukeIwaki committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    426e62b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Merge pull request #307 from YusukeIwaki/feature/puppeteer_ruby_no_sa…

    …ndbox
    
    introduce PUPPETEER_RUBY_NO_SANDBOX
    YusukeIwaki authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9914cf1 View commit details
    Browse the repository at this point in the history
  2. 0.45.2

    YusukeIwaki committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e9ca4c8 View commit details
    Browse the repository at this point in the history
Loading