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

Bump the rails_61 group in /gemfiles/rails_61 with 3 updates #574

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the rails_61 group in /gemfiles/rails_61 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rails_61 group in /gemfiles/rails_61 with 3 updates: [rspec-rails](https://github.com/rspec/rspec-rails), [combustion](https://github.com/pat/combustion) and [capybara](https://github.com/teamcapybara/capybara).


Updates `rspec-rails` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.0...v6.1.1)

Updates `combustion` from 1.3.7 to 1.4.0
- [Changelog](https://github.com/pat/combustion/blob/main/HISTORY)
- [Commits](pat/combustion@v1.3.7...v1.4.0)

Updates `capybara` from 3.39.2 to 3.40.0
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.39.2...3.40.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: combustion
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 1, 2024
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1c720c7) 94.34% compared to head (351e6c6) 94.34%.

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tagliala tagliala merged commit 1d982c4 into master Feb 1, 2024
18 checks passed
@tagliala tagliala deleted the dependabot/bundler/gemfiles/rails_61/rails_61-4cea50b671 branch February 1, 2024 15:19
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant