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 18 updates #444

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

Conversation

dependabot[bot]
Copy link

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

Bumps the rails_61 group in /gemfiles/rails_61 with 18 updates:

Package From To
rake 13.1.0 13.2.1
cancancan 3.5.0 3.6.1
pundit 2.3.1 2.3.2
devise 4.9.3 4.9.4
rails 6.1.7.6 6.1.7.7
cssbundling-rails 1.3.3 1.4.0
jsbundling-rails 1.2.1 1.3.0
cuprite 0.14.3 0.15
capybara 3.39.2 3.40.0
cucumber-rails 2.6.1 3.0.0
cucumber 8.0.0 9.2.0
launchy 2.5.2 3.0.1
parallel_tests 4.3.0 4.7.1
rspec-rails 6.0.3 6.1.2
sqlite3 1.6.7 2.0.2
i18n-tasks 1.0.13 1.0.14
rails-i18n 7.0.8 7.0.9
railties 6.1.7.6 6.1.7.7

Updates rake from 13.1.0 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates cancancan from 3.5.0 to 3.6.1

Changelog

Sourced from cancancan's changelog.

3.6.0

Commits

Updates pundit from 2.3.1 to 2.3.2

Changelog

Sourced from pundit's changelog.

2.3.2 (2024-05-08)

  • Refactor: First pass of Pundit::Context (#797)

Changed

  • Update ApplicationPolicy generator to qualify the Scope class name (#792)
  • Policy generator uses NoMethodError to indicate #resolve is not implemented (#776)

Deprecated

  • Dropped support for Ruby 3.0 (#796)
Commits
  • 18994ac Merge pull request #804 from varvet/kbs/release
  • d033604 Bump to v2.3.2
  • 02d8e11 Add trusted publishing (rubygems)
  • 176cabb Merge pull request #797 from varvet/kbs/pundit-context
  • 6f04482 Open cache strategy API up for including user in cache key
  • 8136c08 Apply the cache strategy for all policy lookups
  • aedc862 Refactor: API contract for policy cache
  • 266cae0 Make it clearer why these methods have a bang
  • 9045680 First pass of Pundit::Context
  • 4f41278 Add missing test around cache usage
  • Additional commits viewable in compare view

Updates devise from 4.9.3 to 4.9.4

Release notes

Sourced from devise's releases.

v4.9.4

https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10

Commits

Updates rails from 6.1.7.6 to 6.1.7.7

Release notes

Sourced from rails's releases.

6.1.7.7

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits

Updates cssbundling-rails from 1.3.3 to 1.4.0

Release notes

Sourced from cssbundling-rails's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: rails/cssbundling-rails@v1.3.3...v1.4.0

Commits
  • 09d81cb Fix escaping issue with bootstrap command
  • f9e6dc4 Bump version for 1.4.0
  • e650c9a PNPM Support (#145)
  • 3e768cd Fix running "rails new --css bootstrap" on 7.1 (#147)
  • 9075819 Add instructions for including 3rd party packages in bundle (#148)
  • 7638f92 Use Thor's apply instead of a prerequisite task (#150)
  • 02caad4 Synchronize bin/dev from jsbundling-rails to cssbundling-rails (#151)
  • b27be4a Suggest defining config.assets.css_compressor = nil (#129)
  • See full diff in compare view

Updates jsbundling-rails from 1.2.1 to 1.3.0

Release notes

Sourced from jsbundling-rails's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: rails/jsbundling-rails@v1.2.2...v1.3.0

v1.2.2

What's Changed

Full Changelog: rails/jsbundling-rails@v1.2.1...v1.2.2

Commits
  • 7faf59f Bump version for 1.3.0
  • 7d44e02 Support PNPM (#181)
  • 4bce06b Use Thor's apply instead of prerequisite tasks (#183)
  • 0afb806 Set "private": true in package.json (#185)
  • 44919fe Merge pull request #180 from ksylvest/ksylvest/npm-build-tool-selection-fix
  • ff78e2b Bump version for 1.2.2
  • 092ef9f Simplify build / install tool logic
  • e1fa4f0 Update bundler list
  • ddebd51 dev: Use an affirmative conditional (#174)
  • 053cbd3 Update switch_from_webpacker.md with webpack codesplitting config (#177)
  • Additional commits viewable in compare view

Updates cuprite from 0.14.3 to 0.15

Release notes

Sourced from cuprite's releases.

0.15

Added

  • url_blocklist | url_allowlist aliases for whitelist | blacklist
  • Support steps option for dragging #182

Changed

  • Drop support for Ruby 2.6 #173
  • Support for whitelist | blacklist through Ferrum #173

Fixed

  • Capybara::Cuprite::Driver support custom :save_path option, not only Capybara.save_path #217
  • Send correct inputType when typing #244
  • Send instance of KeyboardEvent on keyup/keydown/keypress #246
Changelog

Sourced from cuprite's changelog.

0.15 - (Nov 4, 2023)

Added

  • url_blocklist | url_allowlist aliases for whitelist | blacklist
  • Support steps option for dragging #182

Changed

  • Drop support for Ruby 2.6 #173
  • Support for whitelist | blacklist through Ferrum #173

Fixed

  • Capybara::Cuprite::Driver support custom :save_path option, not only Capybara.save_path #217
  • Send correct inputType when typing #244
  • Send instance of KeyboardEvent on keyup/keydown/keypress #246

Removed

Commits

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

Updates cucumber-rails from 2.6.1 to 3.0.0

Release notes

Sourced from cucumber-rails's releases.

v3.0.0

Changed

  • Add support for Rails 7.1 #575
  • Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant #581

Fixed

  • Some of the rails 5.2 tests were installing lots of old conflicting gems (luke-hill)
  • Generator updates (Updated the install locations for some scripts from script/ to bin/ and remove some legacy items) (luke-hill)
  • Update minimum versions of several gems: capybara must be v3.11+ and cucumber must be v5+ (cucumber v9 is also permissible) (luke-hill)
  • Fixed an issue where the World instantiation didn't re-run the inherited classes initializer (luke-hill)

v3.0.0.rc.1

Removed

  • Removed runtime dependencies: mime-types, rexml, and webrick #559
  • Removed support for Ruby 2.5 #558
  • Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) #565
Changelog

Sourced from cucumber-rails's changelog.

[3.0.0] - 2023-11-01

Changed

  • Add support for Rails 7.1 #575
  • Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant #581

Fixed

  • Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill])
  • Generator updates (Updated the install locations for some scripts from script/ to bin/ and remove some legacy items) ([luke-hill])
  • Update minimum versions of several gems: capybara must be v3.11+ and cucumber must be v5+ (cucumber v9 is also permissible) ([luke-hill])
  • Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill])

[3.0.0.rc.1] - 2023-09-15

Removed

  • Removed runtime dependencies: mime-types, rexml, and webrick #559
  • Removed support for Ruby 2.5 #558
  • Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) #565
Commits

Updates cucumber from 8.0.0 to 9.2.0

Release notes

Sourced from cucumber's releases.

v9.2.0

Changed

  • Updated cucumber dependencies (Specifically cucumber-core) (luke-hill)
  • Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) (#1752 luke-hill)

Removed

  • Some legacy JRuby local testing profiles are now removed (luke-hill)

v9.1.2

Added

Changed

  • Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in compatibility (luke-hill)
  • Cleared up a few Layout/Linting cop offenses (#1750 luke-hill)

Fixed

  • Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the wire) (#1746 luke-hill)

Removed

v9.1.1

Added

Changed

  • Updated dependencies to slightly more permissive / up to date versions (luke-hill)
  • Fixed most of the Layout cop offenses (luke-hill)

Fixed

Removed

  • The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) (#1743 luke-hill)
  • Removed all references to autotest as this is an ancient plugin that is not correctly integrated

v9.1.0

Added

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's

... (truncated)

Changelog

Sourced from cucumber's changelog.

[9.2.0] - 2024-03-19

Changed

  • Updated cucumber dependencies (Specifically cucumber-core) (luke-hill)
  • Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) (#1752 luke-hill)

Removed

  • Some legacy JRuby local testing profiles are now removed (luke-hill)

[9.1.2] - 2024-01-23

Changed

  • Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in compatibility (luke-hill)
  • Cleared up a few Layout/Linting cop offenses (#1750 luke-hill)

Fixed

  • Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the wire) (#1746 luke-hill)

[9.1.1] - 2024-01-04

Changed

  • Updated dependencies to slightly more permissive / up to date versions (luke-hill)
  • Fixed most of the Layout cop offenses (luke-hill)

Removed

  • The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) (#1743 luke-hill)
  • Removed all references to autotest as this is an ancient plugin that is not correctly integrated

[9.1.0] - 2023-11-14

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's (#1738 luke-hill)

Fixed

  • Clear up a couple of tiny "nuances" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable) (#1738 luke-hill)

Removed

  • Removed a variety of overrides / hacks for travis CI (No longer in use) (#1738 luke-hill)
  • Removed some legacy rspec pending flags present since cucumber 1.x (#1738 luke-hill)

... (truncated)

Commits

Updates launchy from 2.5.2 to 3.0.1

Changelog

Sourced from launchy's changelog.

Version 3.0.1 - 2024-05-03

  • Added rubocop and fix all the warnings
  • Fix rubygem changelog_uri - Spone
  • Update the semaphore flow
  • Update the ruby test matrix
  • Change to Gemfile for development

Version 3.0.0 - 2024-03-03

Commits

Updates parallel_tests from 4.3.0 to 4.7.1

Changelog

Sourced from parallel_tests's changelog.

4.7.1 - 2024-04-25

Added

  • Restored the --verbose-process-command and --verbose-rerun-command options, removed in version 4.0.0. See #952. --verbose-command continues to be supported and is equivalent to set the 2 options above.

4.7.0 - 2024-04-23

Added

  • Added --failure-exit-code [INT] flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.

4.6.1 - 2024-04-03

Fixed

  • The --allow-duplicates flag now runs duplicate tests in different groups

4.6.0 - 2024-03-25

Added

  • Add --allow-duplicates flag to support re-running 1 spec multiple times

4.5.2 - 2024-02-16

Fixed

  • do not crash when a pid file was already deleted when trying to delete it

4.5.1 - 2024-02-16

Fixed

Rails 5.2 and gherkin fixes

4.5.0 - 2024-02-06

Added

  • Support for running tasks against individual databases in a multi-database setup with Rails >= 6.1 (#930)

4.4.0 - 2023-12-24

Added

  • Sort the output of runtime_logger for RSpec to show slowest tests first
  • Add new ParallelTests::RSpec::VerboseLogger to output detailed information about each example and it's process as it starts and finishes.
Commits

Updates rspec-rails from 6.0.3 to 6.1.2

Changelog

Sourced from rspec-rails's changelog.

6.1.2 / 2024-03-19

Full Changelog

Bug Fixes:

  • Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)
  • Fix class in template for generator specs. (Nicolas Buduroi, #2744)

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)

6.1.0 / 2023-11-21

Full Changelog

Enhancements:

  • Support for Rails 7.1
  • Minor tweak to generated rails_helper.rb to use Rails.root.join. (@​masato-bkn, Ryo Nakamura, #2640, #2678)
  • Add RSpec::Rails::Configuration.fixture_paths configuration to support the matching change to ActiveRecord::TestFixtures, previous singular form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)
  • Add send_email matcher to match emails rather than specific jobs. (Andrei Kaleshka, #2670)
  • When using render in view specs, :locals will now be merged into the default implicit template, allowing render locals: {...} style calls. (Jon Rowe, #2686)
  • Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/ (Jon Rowe, #2706)

6.0.4 / 2023-11-21

Full Changelog

Bug Fixes:

  • Fuzzy match have_broadcasted_to so that argument matchers can be used. (Timothy Peraza, #2684)
  • Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685)
  • Fix stub_template on Rails main. (Jon Rowe, #2685)
  • Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, #2694)
  • Prevent take_failed_screenshot producing an additional error through metadata access. (Jon Rowe, #2704)
  • Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe, #2711)
  • Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe, #2714)
Commits

Updates sqlite3 from 1.6.7 to 2.0.2

Release notes

Sourced from sqlite3's releases.

2.0.2 / 2024-05-23

Dependencies


sha256 checksums:

64296bb750efa19c4249136c2289799a4ac044116b7cc095784dc56358964dc1  sqlite3-2.0.2-aarch64-linux-gnu.gem
cc62889120bb62c98b513fc2b5fc91da944ed7e139efcc4a85fe1d03258462e3  sqlite3-2.0.2-aarch64-linux-musl.gem
29f74fb1af530ea4d1826efa8cb369ea11e476fd885843bceb191ef000c62695  sqlite3-2.0.2-arm-linux-gnu.gem
bbacba2099fe6084b073d4d4e23e54823345a8d2e98800380036fe7ae3323092  sqlite3-2.0.2-arm-linux-musl.gem
184e28292d46feea9132cd936bfe01d47a08a6d7839bc4c5eb3f09b9bed2e770  sqlite3-2.0.2-arm64-darwin.gem
c8144a1f4e2eea742fb4a4fdc9d0ba674c4e787ebb582671b8b69739f9fed191  sqlite3-2.0.2-x64-mingw-ucrt.gem
1c39e02dbb8099215e74a816d6d375136cc9851cf6833248b9cd888e022d627e  sqlite3-2.0.2-x64-mingw32.gem
1b92d4b4e54ba0245bc5d16415891e697766d62eb188fc173356e03f03881d78  sqlite3-2.0.2-x86-linux-gnu.gem
b256dbdb7117d60a0171df875fc2e07d001f03699bf12a196bf6f415b068643d  sqlite3-2.0.2-x86-linux-musl.gem
390c6284f89774cb228fb180b75ac54e5009b0aa24c72f18ad07465635029ea8  sqlite3-2.0.2-x86_64-darwin.gem
15dbf6f47755acb063c5b71a2dd6c65ba582eab3e0d9d4e95cde737120333efb  sqlite3-2.0.2-x86_64-linux-gnu.gem
5b7867dee7401c80db616828c31e5e20963c1dd7d4682757c9cc5aaba627b36c  sqlite3-2.0.2-x86_64-linux-musl.gem
326e53ffb89d050eb00274945078ff7af9026594a7031874af4e9f172cf6154d  sqlite3-2.0.2.gem

2.0.1 / 2024-04-20

Fixed

  • Raise ArgumentError if Database#execute, #execute_batch, or #query are passed multiple bind parameters that are not in an Array. In v2.0.0 these methods would silently swallow additional arguments, and this change makes the failure explicit. See the CHANGELOG notes for v2.0.0 for examples on how to update your code. #527 @​flavorjones
  • Fixed a regression in v2.0.0 that caused Database#execute_batch to raise an encoding exception when passed some non-ascii strings. As a result of this fix, Database#prepare now ensures the "remainder" string will always be encoded as UTF-8. #524 @​flavorjones

sha256 checksums:

752cb885faf5e5d80b2fda5601b1168f1461e2e63e18c62cab8cf32fc4b05d8e  sqlite3-2.0.1-aarch64-linux-gnu.gem
637f90e5ec6d30b34fc49d7acc50b0f569d8c58699c2157e818e5e99c2594fcf  sqlite3-2.0.1-aarch64-linux-musl.gem
0ff1acf7e110c7bbfd140682f14926c5b2e84fe01620dc19ab4f6de1deadc1fd  sqlite3-2.0.1-arm-linux-gnu.gem
09d9f9723683a97a9454f593eecbf6c029670c4c0f7059fcfa62eb12e3d47b93  sqlite3-2.0.1-arm-linux-musl.gem
0efb2ca9d6c184c9960322b2a32ec86355f523b50089b0f26147b2abdfc94583  sqlite3-2.0.1-arm64-darwin.gem
937cc0c0668565c863c0e1736e3172726729a210a1a8fb59b857...

Description has been truncated

Bumps the rails_61 group in /gemfiles/rails_61 with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [cancancan](https://github.com/CanCanCommunity/cancancan) | `3.5.0` | `3.6.1` |
| [pundit](https://github.com/varvet/pundit) | `2.3.1` | `2.3.2` |
| [devise](https://github.com/heartcombo/devise) | `4.9.3` | `4.9.4` |
| [rails](https://github.com/rails/rails) | `6.1.7.6` | `6.1.7.7` |
| [cssbundling-rails](https://github.com/rails/cssbundling-rails) | `1.3.3` | `1.4.0` |
| [jsbundling-rails](https://github.com/rails/jsbundling-rails) | `1.2.1` | `1.3.0` |
| [cuprite](https://github.com/rubycdp/cuprite) | `0.14.3` | `0.15` |
| [capybara](https://github.com/teamcapybara/capybara) | `3.39.2` | `3.40.0` |
| [cucumber-rails](https://github.com/cucumber/cucumber-rails) | `2.6.1` | `3.0.0` |
| [cucumber](https://github.com/cucumber/cucumber-ruby) | `8.0.0` | `9.2.0` |
| [launchy](https://github.com/copiousfreetime/launchy) | `2.5.2` | `3.0.1` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `4.3.0` | `4.7.1` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.0.3` | `6.1.2` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.6.7` | `2.0.2` |
| [i18n-tasks](https://github.com/glebm/i18n-tasks) | `1.0.13` | `1.0.14` |
| [rails-i18n](https://github.com/svenfuchs/rails-i18n) | `7.0.8` | `7.0.9` |
| [railties](https://github.com/rails/rails) | `6.1.7.6` | `6.1.7.7` |


Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

Updates `cancancan` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/CanCanCommunity/cancancan/releases)
- [Changelog](https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/CanCanCommunity/cancancan/commits)

Updates `pundit` from 2.3.1 to 2.3.2
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](varvet/pundit@v2.3.1...v2.3.2)

Updates `devise` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.9.3...v4.9.4)

Updates `rails` from 6.1.7.6 to 6.1.7.7
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.1.7.6...v6.1.7.7)

Updates `cssbundling-rails` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](rails/cssbundling-rails@v1.3.3...v1.4.0)

Updates `jsbundling-rails` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/rails/jsbundling-rails/releases)
- [Commits](rails/jsbundling-rails@v1.2.1...v1.3.0)

Updates `cuprite` from 0.14.3 to 0.15
- [Release notes](https://github.com/rubycdp/cuprite/releases)
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md)
- [Commits](rubycdp/cuprite@v0.14.3...v0.15)

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)

Updates `cucumber-rails` from 2.6.1 to 3.0.0
- [Release notes](https://github.com/cucumber/cucumber-rails/releases)
- [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-rails@v2.6.1...v3.0.0)

Updates `cucumber` from 8.0.0 to 9.2.0
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby@v8.0.0...v9.2.0)

Updates `launchy` from 2.5.2 to 3.0.1
- [Changelog](https://github.com/copiousfreetime/launchy/blob/main/HISTORY.md)
- [Commits](copiousfreetime/launchy@v2.5.2...v3.0.1)

Updates `parallel_tests` from 4.3.0 to 4.7.1
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v4.3.0...v4.7.1)

Updates `rspec-rails` from 6.0.3 to 6.1.2
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.0.3...v6.1.2)

Updates `sqlite3` from 1.6.7 to 2.0.2
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.6.7...v2.0.2)

Updates `i18n-tasks` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](glebm/i18n-tasks@v1.0.13...v1.0.14)

Updates `rails-i18n` from 7.0.8 to 7.0.9
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](svenfuchs/rails-i18n@v7.0.8...v7.0.9)

Updates `railties` from 6.1.7.6 to 6.1.7.7
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.3/railties/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.6...v6.1.7.7)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: cancancan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: pundit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: devise
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: cssbundling-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: jsbundling-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: cuprite
  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
- dependency-name: cucumber-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_61
- dependency-name: cucumber
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_61
- dependency-name: launchy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_61
- dependency-name: parallel_tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_61
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_61
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: rails-i18n
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_61
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_61
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 1, 2024
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.

0 participants