Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jan 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bcrypt 3.1.13 -> 3.1.20 age adoption passing confidence
better_errors (changelog) 2.5.1 -> 2.10.1 age adoption passing confidence
bundler-audit (source) 0.6.1 -> 0.9.1 age adoption passing confidence
capybara (changelog) 3.29.0 -> 3.40.0 age adoption passing confidence
database_cleaner (changelog) 1.7.0 -> 1.99.0 age adoption passing confidence
jquery-rails 4.3.5 -> 4.6.0 age adoption passing confidence
minitest (changelog) 5.13.0 -> 5.24.0 age adoption passing confidence
pry 0.12.2 -> 0.14.2 age adoption passing confidence
pry-rails 0.3.9 -> 0.3.11 age adoption passing confidence
rake (changelog) 13.0.0 -> 13.2.1 age adoption passing confidence
simplecov (changelog) 0.17.1 -> 0.22.0 age adoption passing confidence

Release Notes

BetterErrors/better_errors (better_errors)

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.1

Compare Source

  • Fix setting editor with symbol #​492

v2.9.0

Compare Source

  • Mention path in text response #​487
  • Use Github Actions for CI #​489
  • Exception Hints #​302
  • Hide "live shell" hint after console has been used #​490
  • Improve editor support for virtual environments #​488
  • Fix "live shell" hint reappearing when frame changed #​491

v2.8.3

Compare Source

  • Fix 'uninitialized constant BetterErrors::Middleware::VERSION' #​480
  • Fix CSRF_TOKEN_COOKIE_NAME wrong reference to VERSION constant #​481

v2.8.2

Compare Source

  • Fix path of CSRF Token cookie #​478

v2.8.1

Compare Source

  • Show real cause of ActionView::Template::Error with Rails 6 #​477
  • Add TruffleRuby to CI builds #​473

v2.8.0

Compare Source

  • Support for Rails ActionableError #​465
  • Allow editor links to work inside an iframe or with CSP that prohibits other protocols #​440
  • Add CSRF protection to internal requests #​474
  • Validate internal request method names #​475

v2.7.1

Compare Source

  • Show location of error in ActionView template error #​463

v2.7.0

Compare Source

v2.6.0

Compare Source

  • Specify older kramdown and i18n for older ruby versions #​437
  • Fix NoMethodError when variables cannot be retrieved from the stack frame #​430
  • Allow passing IPAddrs to allow_ip #​444
  • Update CI Ruby to fix Travis CI failures #​450
postmodern/bundler-audit (bundler-audit)

v0.9.1

Compare Source

  • Opt into rubygems.org MFA requirement.
CLI
  • Improve the readability of the suggested gem versions to upgrade to
    (pull #​331).
Rake Task
  • Fixed a regression introduced in 0.9.0 where the bundler:audit rake task
    was not exiting with an error status code if vulnerabilities were found.
    Now when the bundler-audit command fails, the rake task will also exit with
    the bundler-audit command's error code.
  • If the bundler-audit command could not be found for some reason raise the
    {Bundler::Audit::Task::CommandNotFound} exception.

v0.9.0.1

Compare Source

  • Add a workaround for Psych < 3.1.0 to support running on Ruby < 2.6.
    (issue #​319)
    • Although, Ruby 2.5 and prior have all reached End-of-Life and
      are no longer receiving security updates. It is strongly advised that you
      should upgrade to a currently supported version of Ruby.

v0.9.0

Compare Source

  • Add a workaround for Psych < 3.1.0 to support running on Ruby < 2.6.
    (issue #​319)
    • Although, Ruby 2.5 and prior have all reached End-of-Life and
      are no longer receiving security updates. It is strongly advised that you
      should upgrade to a currently supported version of Ruby.

v0.8.0

Compare Source

  • No longer vendor [ruby-advisory-db].
  • Added {Bundler::Audit::Configuration}.
    • Supports loading YAML configuration data from a .bundler-audit.yml file.
  • Added {Bundler::Audit::Results}.
  • Added {Bundler::Audit::Report}.
  • Added {Bundler::Audit::CLI::Formats}.
  • Added {Bundler::Audit::CLI::Formats::Text}.
  • Added {Bundler::Audit::CLI::Formats::JSON}.
  • Added {Bundler::Audit::Database::DEFAULT_PATH}.
  • Added {Bundler::Audit::Database.exists?}.
  • Added {Bundler::Audit::Database#git?}.
  • Added {Bundler::Audit::Database#update!}.
    • Will raise a {Bundler::Audit::Database::UpdateFailed UpdateFailed}
      exception, if the git pull command fails.
  • Added {Bundler::Audit::Database#last_updated_at}.
  • Added {Bundler::Audit::Scanner#report}.
  • {Bundler::Audit::Database::USER_PATH} is now Gem.user_home aware.
    • Gem.user_home will try to infer HOME, even if it is not set.
  • {Bundler::Audit::Database#download} will now raise a
    {Bundler::Audit::Database::DownloadFailed DownloadFailed} exception, if the
    git clone command fails.
  • {Bundler::Audit::Scanner#initialize}:
    • Now accepts an additional database and config_dot_file arguments.
    • Will now raise a Bundler::GemfileLockNotFound exception,
      if the given Gemfile.lock file cannot be found.
  • {Bundler::Audit::Scanner#scan_sources} will now ignore any source with a
    127.0.0.0/8 or ::1/128 IP address.
  • {Bundler::Audit::Scanner#scan_specs} will ignore any advisories listed in
    {Bundler::Audit::Configuration#ignore}, which is loaded from the
    .bundler-audit.yml file.
  • Deprecated {Bundler::Audit::Database.update!} in favor of
    {Bundler::Audit::Database#update! #update!}.
  • Removed Bundler::Audit::Database::VENDORED_PATH.
  • Removed Bundler::Audit::Database::VENDORED_TIMESTAMP.
CLI
  • Require [thor] ~> 1.0.
  • Added bundler-audit stats.
  • Added bundler-audit download.
  • bundler-audit check:
    • Now accepts a optional DIR argument for the project directory.
      • bundler-audit check will now print an explicit error message and exit,
        if the given DIR does not exist.
    • Will now auto-download [ruby-advisory-db] to ensure the latest advisory
      information is used on first run.
    • Now supports a --database option for specifying a path
      to an alternative [ruby-advisory-db] copy.
    • Now supports a --gemfile-lock option for specifying a
      custom Gemfile.lock file within the project directory.
    • Now supports a --format option for specifying the
      desired format. text and json are supported, but other custom formats
      can be loaded. See {Bundler::Audit::CLI::Formats}.
    • Now supports a --output option for writing the report output to a file.
    • Prints both CVE and GHSA IDs.
  • Print all error messages to stderr.
  • No longer print number of advisories in bundler-audit version.

v0.7.0.1

Compare Source

  • Forgot to populate data/ruby-advisory-db.

v0.7.0

Compare Source

  • Forgot to populate data/ruby-advisory-db.
teamcapybara/capybara (capybara)

v3.40.0

Compare Source

Release date: 2024-01-26

Changned
  • Dropped support for Ruby 2.7, 3.0+ is now required
  • Dropped support for Selenium < 4.8
  • Use the new headless option on chromedriver with registered selenium driver [Neil Carvalho]
Added
  • Capybara::Result#to_ary to support multiple assignment [Sean Doyle]
  • has_element? and related matchers [Sean Doyle]
  • Rack 3 support
Fixed
  • Forward save_screenshot options to selenium - Issue 2738
  • Rack test - don't auto submit forms with multiple inputs [Mitchell Henke]
  • Table row selector matches cell values in order - Issue 2686 [Jeff Parr]
  • Table row selector fixes for first column - Issue 2685 [Jeff Par]

v3.39.2

Compare Source

Release date: 2023-06-10

Fixed
  • Fix Selenium version comparison [aki77]

v3.39.1

Compare Source

Release date: 2023-05-12

Fixed
  • Fix usage of Selenium logger

v3.39.0

Compare Source

Release date: 2023-04-02

Added
  • Support :target filter option on :link selector [Yudai Takada]
  • Experimental Rack 3 support
  • Text normalization performance improvements [Brandon Weaver]
Fixed
  • MS Edge button click [Brian J. Bayer]
  • Options/Capabilities choosing based on Selenium versions
  • Support for base versions [Matijs van Zuijlen]
  • ExpectedError not defined in Selenium 4+
  • Filter block forwarding to a number of matchers [Christophe Bliard]
Changed
  • Dropped support for rack 1.x

v3.38.0

Compare Source

Release date: 2022-11-03

Changed
  • Capybara.w3c_click_offset now defaults to true. If you need click offsets to be from the elements top left corner set it to false in your config
Added
  • Support Selenium 4.3 changes to click offset calculations
  • click, double_click, right_click can now be called on the session to click the currently scoped element (or document)
  • Session#within now passes the scoped element to the block
  • Support rack-test 2+
  • Retry interval is now configurable [Masahiro NOMOTO]
  • Support Puma 6 - Issue #​2590
  • Selenium: DetachedShadowRootError is treated as an invalid element error [Perryn Fowler]
  • Selenium: When inspected shadow roots will have a tag name of "ShadowRoot"
  • evaluate_async_script added to Session::DSL_METHODS [Henry Blyth]
Fixed
  • Use higher precision clock in Capybara::Helpers::Timer if available
  • rack-test driver behavior with \r\n - Issue #​2547 [Stefan Hoffmann]
  • Updated for deprecation of positional parameters in Selenium::WebDriver::ActionBuilder#pause
  • Explicitly set cause on server raised errors
  • Options no longer duplicated in have_xxx invalid option error message [Yudai Takada]
  • Animation disabler is now threadsafe [Daniel Sheppard]
  • Server connection count tracking [Oleksandr K.]
  • Ensure scopes are reset when session is [Henry Blyth]

v3.37.1

Compare Source

Release date: 2022-05-09

Fixed
  • Regression in rack-test visit - Issue #​2548

v3.37.0

Compare Source

Release date: 2022-05-07

Changed
  • Ruby 2.7.0+ is now required
Added
  • [Beta] CSP nonces inserted into animation disabler additions - Issue #​2542
  • Support <base> element in rack-test driver - ISsue #​2544
  • [Beta] Element#shadow_root support. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in, click_link, find_field, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there.
  • Regexp now supported for exact_text finder option
Fixed
  • Fragments in referer headers in rack-test driver - Issue #​2525
  • Selenium v4.1 deprecation notice

v3.36.0

Compare Source

Release date: 2021-10-24

Changed
  • Ruby 2.6.0+ is now required
  • Minimum selenium-webdriver supported is now 3.142.7
Added
  • Support for selenium-webdriver 4.x
  • allow_label_click accepts click options to be used when clicking an associated label
  • Deprecated allow_gumbo= in favor of use_html5_parsing= to enable use of Nokogiri::HTML5 when available
  • Session#active_element returns the element with focus - Not supported by the RackTest driver [Sean Doyle]
  • Support focused: filter for finding interactive elements - Not supported by the RackTest driver [Sean Doyle]
Fixed
  • Sibling and ancestor queries now work with Simple::Node - Issue #​2452
  • rack_test correctly ignores readonly attribute on specific input element types
  • Node#all_text always returns a string - Issue #​2477
  • have_any_of_selectors negated match - Issue #​2473
  • Document#scroll_to fixed for standards behavior - pass quirks: true if you need the older behavior [Eric Anderson]
  • Use capture on attach file event listener for better React compatibility [Jeff Way]
  • Animation disabler produces valid HTML [Javi Martin]
Removed
  • References to non-w3c mode in drivers/tests. Non-w3c mode is obsolete and no one should be using it anymore. Capybara hasn't been testing/supporting it in a while

v3.35.3

Compare Source

Release date: 2021-01-29

Fixed
  • Just a release to have the correct dates in the History.md in released gem

v3.35.2

Compare Source

Release date: 2021-01-29

Fixed
  • Selenium deprecation suppressor with Selenium 3.x

v3.35.1

Compare Source

Release date: 2021-01-26

Fixed
  • Default chrome driver registrations use chrome - Issue #​2442 [Yuriy Alekseyev]
  • 'Capybara.test_id' usage with the :button selector - Issue #​2443

v3.35.0

Compare Source

Release date: 2021-01-25

Added
  • Support Regexp matching for individual class names in :class filter passed an Array
  • Animation disabler now supports JQuery animation disabling when JQuery loaded from body [Chien-Wei Huang]
Fixed
  • :button selector type use with enable_aria_role [Sean Doyle]
  • elements don't associate with aria-role buttons
  • Ignore Selenium::WebDriver::Error::InvalidSessionIdError when quitting driver [Robin Daugherty]
  • Firefox: Don't click input when sending keys if already focused
  • Miscellaneous issues with selenium-webdriver 4.0.0.alphas
  • Nil return error in node details optimizations
  • Animation disabler now inserts XHTML compliant content [Dale Morgan]

v3.34.0

Compare Source

Release date: 2020-11-26

Added
  • Ability to fill in with emoji when using Chrome with selenium driver (Firefox already worked)
  • Current path assertions/expectations accept optional filter block
  • Animation disabler now specifies scroll-behavior: auto; [Nathan Broadbent]
  • :button selector can now find elements by label text [Sean Doyle]
  • Session#send_keys to send keys to the current element with focus in drivers that support the
    concept of a current element [Sean Doyle]
Changed
  • Text query validates the type parameter to prevent undefined behavior
Fixed
  • racktest driver better handles fragments and redirection to urls that include fragments
  • Don't error when attempting to get XPath location of a shadow element
  • Missing readonly? added to Node::Simple
  • Selenium version detection when loaded via alternate method [Joel Hawksley]
  • Connection count issue if REQUEST_URI value changed by app [Blake Williams]
  • Maintain URI fragment when redirecting in rack-test driver
  • Text query error message [Wojciech Wnętrzak]
  • Checking a checkbox/radio button with allow_label_click now works if there are multiple labels (Issue #​2421)
  • drop with Pathname (Issue #​2424)[Máximo Mussini]

v3.33.0

Compare Source

Release date: 2020-06-21

Added
  • Block passed to within_session now receives the new and old session
  • Support for aria-role button when enabled [Seiei Miyagi]
  • Support for aria-role link when enabled
  • Support for validation_message filter with :field and :fillable_field selectors
  • Deprecation warnings show source location [Koichi ITO]
Changed
  • Ruby 2.5.0+ is now required
  • Deprecated direct manipulation of the driver and server registries
Fixed
  • Ruby 2.7 warning in minitest assert_text [Eileen M. Uchitelle]

v3.32.2

Compare Source

Release date: 2020-05-16

Fixed
  • Don't use lazy enumerator with JRuby due to leaking threads
  • Ruby 2.7 deprecation warning when registering Webrick [Jon Zeppieri]
  • have_text description [Juan Pablo Rinaldi]

v3.32.1

Compare Source

Release date: 2020-04-05

Fixed
  • Rapid set now respects field maxlength (Issue #​2332)
  • Only patch pause into legacy actions in Selenium < 4 (Issue #​2334)

v3.32.0

Compare Source

Release date: 2020-03-29

Added
  • Support delay setting on click with Selenium
  • Implement rapid set for values longer than 30 characters in text fields with Selenium
Fixed
  • Result#[] and negative max on ranges (Issue #​2302/2303) [Jeremy Evans]
  • RackTest form submission rewrites query string when using GET method
  • Ruby 2.7 deprecation warnings in RSpec matcher proxies

v3.31.0

Compare Source

Release date: 2020-01-26

Added
  • Support setting range inputs with the selenium driver [Andrew White]
  • Support setting range inputs with the rack driver
  • Support drop modifier keys in drag & drop [Elliot Crosby-McCullough]
  • enabled_options and disabled options filters for select selector
  • Support beginless ranges
  • Optionally allow all results to be reloaded when stable - Beta feature - may be removed in
    future version if problems occur
Fixed
  • Fix Ruby 2.7 deprecation notices around keyword arguments. I have tried to do this without
    any breaking changes, but due to the nature of the 2.7 changes and some selector types accepting
    Hashes as locators there are a lot of edge cases. If you find any broken cases please report
    them and I'll see if they're fixable.
  • Clicking on details/summary element behavior in rack_test driver_

v3.30.0

Compare Source

Release date: 2019-12-24

Added
  • Display pending requests when they don't complete in time [Juan Carlos Medina]
  • :order option in selector queries - set to :reverse to for reverse document order results
  • Support regexp for :name and :placeholder options in selectors that import filters from
    _field filter set
Fixed
  • Issue around automatic port assignment - Issue #​2245
  • Label selector when label has no id - Issue #​2260
  • Preserve clientX/clientY in Selenium HTML5 drag emulation [Nicolò G.]
  • table selector using :with_cols option if last specified column matched but others didn't - Issue #​2287
  • Some tests updated for Ruby 2.7 behavior change around keyword args
DatabaseCleaner/database_cleaner (database_cleaner)

v1.99.0

Compare Source

v1.8.5

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

rails/jquery-rails (jquery-rails)

v4.6.0

Compare Source

  • update jquery to 3.7.0

v4.5.1

Compare Source

  • update jquery to 3.6.1
  • update jquery-ujs to 1.2.3

v4.5.0

Compare Source

  • update jquery to 3.6.0

v4.4.0

Compare Source

minitest/minitest (minitest)

v5.24.0

Compare Source

v5.23.1

Compare Source

v5.23.0

Compare Source

v5.22.3

Compare Source

v5.22.2

Compare Source

v5.22.1

Compare Source

v5.22.0

Compare Source

v5.21.2

Compare Source

v5.21.1

Compare Source

v5.21.0

Compare Source

v5.20.0

Compare Source

v5.19.0

Compare Source

v5.18.1

Compare Source

v5.18.0

Compare Source

v5.17.0

Compare Source

v5.16.3

Compare Source

v5.16.2

Compare Source

v5.16.1

Compare Source

v5.16.0

Compare Source

v5.15.0

Compare Source

v5.14.4

Compare Source

v5.14.3

Compare Source

v5.14.2

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

rweng/pry-rails (pry-rails)

v0.3.11

Compare Source

v0.3.10

Compare Source

ruby/rake (rake)

v13.2.1

Compare Source

What's Changed

Full Changelog: ruby/rake@v13.2.0...v13.2.1

v13.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/rake@v13.1.0...v13.2.0

v13.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/rake@v13.0.6...v13.1.0

v13.0.6

Compare Source

What's Changed

Full Changelog: ruby/rake@v13.0.5...v13.0.6

v13.0.5

Compare Source

What's Changed

Full Changelog: ruby/rake@v13.0.4...v13.0.5

v13.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/rake@v13.0.3...v13.0.4

v13.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/rake@v13.0.2...v13.0.3

v13.0.2

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Copy link
Author

mend-for-github-com bot commented Jan 2, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "actionpack":
  In snapshot (Gemfile.lock):
    actionpack (= 6.0.0)

  In Gemfile:
    rails (= 6.1.7.7) was resolved to 6.1.7.7, which depends on
      actionpack (= 6.1.7.7)

    coffee-rails was resolved to 5.0.0, which depends on
      railties (>= 5.2.0) was resolved to 6.0.0, which depends on
        actionpack (= 6.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.


@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Feb 8, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Feb 11, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Feb 13, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Feb 14, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Feb 15, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Feb 24, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Feb 25, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from b884df1 to d90738c Compare February 27, 2024 06:48
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Feb 27, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Feb 28, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from d90738c to 252aace Compare February 29, 2024 06:14
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Feb 29, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 252aace to 9670fb3 Compare March 2, 2024 05:55
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Mar 18, 2024
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 chore(deps): update mend: high confidence minor and patch dependency updates Mar 24, 2024
Copy link
Author

mend-for-github-com bot commented May 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies....
Bundler could not find compatible versions for gem "actionpack":
  In snapshot (Gemfile.lock):
    actionpack (= 6.0.0)

  In Gemfile:
    rails (= 6.1.7.7) was resolved to 6.1.7.7, which depends on
      actionpack (= 6.1.7.7)

    coffee-rails was resolved to 5.0.0, which depends on
      railties (>= 5.2.0) was resolved to 6.0.0, which depends on
        actionpack (= 6.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.


@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update mend: high confidence minor and patch dependency updates chore(deps): update mend: high confidence minor and patch dependency updates to v3.1.20 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants