Skip to content

Update launchy requirement from ~> 2.4.3 to >= 2.4.3, < 2.6.0#34

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/launchy-gte-2.4.3-and-lt-2.6.0
Open

Update launchy requirement from ~> 2.4.3 to >= 2.4.3, < 2.6.0#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/launchy-gte-2.4.3-and-lt-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Updates the requirements on launchy to permit the latest version.

Changelog

Sourced from launchy's changelog.

launchy

Build Status

DESCRIPTION

Launchy is helper class for launching cross-platform applications in a fire and forget manner.

There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external applications from within ruby programs.

FEATURES

Currently only launching a browser is supported.

SYNOPSIS

You can use launchy on the commandline, within the Capybara and Rspec-rails testing environment, or via its API.

Commandline

% launchy https://www.ruby-lang.org/

There are additional command line options, use launchy --help to see them.

Using the BROWSER environment variable

Launchy has a predefined set of common browsers on each platform that it attempts to use, and of course it is not exhaustive. As a fallback you can make use of the somewhat standard BROWSER environment variable.

BROWSER works in a similar same way to PATH. It is a colon (:) separated list of commands to try. You can also put in a %s in the command and the URL you are attempting to open will be substituted there.

As an example if you set BROWSER=/usr/local/bin/firefox-bin -new-tab '%s':/usr/local/bin/google-chrome-stable and you call Launchy.open("https://www.ruby-lang.org/") then Launchy will try, in order:

  • /usr/local/bin/firefox-bin -new-tab 'https://www.ruby-lang.org'
  • /usr/local/bin/google-chrome-stable https://www.ruby-lang.org

Additional links on the use of BROWSER as an environment variable.

... (truncated)

Commits
  • b1d6460 Release 2.5.2
  • 93f6f74 update releast task to switch use main branch
  • b02011d remove 2.5.9 from the test matrix
  • 8301422 revert removing the ruby-build update for macos builds
  • c49c6e8 bump macos build image
  • eb6dfa2 force at least bundler version to 2.4.1
  • a6db6ca regenerate spec with new version
  • 4f14ab0 update history for release
  • 66c88d4 update bundled with version
  • 698f880 Merge pull request #138 from marcrohloff/fix-for-deprectated-object-match
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [launchy](https://github.com/copiousfreetime/launchy) to permit the latest version.
- [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md)
- [Commits](copiousfreetime/launchy@v2.4.3...v2.5.2)

---
updated-dependencies:
- dependency-name: launchy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 18, 2023 16:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants