activeadmin / arbre

An Object Oriented DOM Tree in Ruby
MIT License
756 stars 74 forks source link

Bump the rails_70 group in /gemfiles/rails_70 with 3 updates #575

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the rails_70 group in /gemfiles/rails_70 with 3 updates: rspec-rails, combustion and capybara.

Updates rspec-rails from 6.1.0 to 6.1.1

Changelog

Sourced from rspec-rails's changelog.

6.1.1 / 2024-01-25

Full Changelog

Bug Fixes:

  • Improved deprecation message for RSpec::Rails::Configuration.fixture_paths (Benoit Tigeot, #2720)
  • Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)
Commits


Updates combustion from 1.3.7 to 1.4.0

Changelog

Sourced from combustion's changelog.

1.4.0 - January 13th 2024

  • Drop support for Ruby 2.4, 2.5.
  • Add support for Ruby 3.2, 3.3.
  • Avoid clear_active_connections! deprecation warning with Rails 7.1.
  • Avoid cache_format_version deprecation warning with Rails 7.1 (Matt Jankowski).
  • Check versions against direct dependency railties, instead of rails (Andrew Kane).
Commits
  • b3bf79a 1.4.0
  • d81fea3 Use railties for version gates
  • 30cb9bb Merge pull request #135 from pat/rubygems-build-fix
  • 06058f9 Test against MRI 3.3
  • 72d72f6 Add Rails 7.1, limit Rails edge to MRI 3.1+
  • 816dc2f Constrain sqlite3 versions for legacy Ruby versions
  • 18e369e Avoid updating Rubygems
  • da55de7 build: use latest ubuntu for builds
  • cbee4e8 Merge pull request #131 from mjankowski/rails-7-1-deprecation-warning-cache-f...
  • 3938e87 Set active_support cache format on Rails 7.1
  • Additional commits viewable in compare view


Updates capybara from 3.39.2 to 3.40.0

Changelog

Sourced from capybara's changelog.

Version 3.40.0

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]
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1d982c4) 94.34% compared to head (5aea5c3) 94.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #575 +/- ## ======================================= Coverage 94.34% 94.34% ======================================= Files 17 17 Lines 460 460 ======================================= Hits 434 434 Misses 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.