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 rack-cors, capybara, better_errors, rails, sass-rails, sinclair, xkcd, jquery-rails, rspec-rails, web-console, slim-rails and react-rails #5

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

Conversation

dependabot[bot]
Copy link

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

Bumps rack-cors, capybara, better_errors, rails, sass-rails, sinclair, xkcd, jquery-rails, rspec-rails, web-console, slim-rails and react-rails. These dependencies needed to be updated together.
Updates rack-cors from 0.4.0 to 2.0.1

Changelog

Sourced from rack-cors's changelog.

2.0.1 - 2023-02-17

Changed

  • Use Rack::Utils::HeaderHash when Rack 2.x is detected

2.0.0 - 2023-02-14

Changed

  • Refactored codebase
  • Support declaring custom protocols in origin
  • Lowercased header names as defined by Rack spec
  • Fix issue with duplicate headers because of header name case

1.1.1 - 2019-12-29

Changed

  • Allow //* to match // and / paths

1.1.0 - 2019-11-19

Changed

  • Use Rack::Utils.escape_path instead of Rack::Utils.escape
  • Require Rack 2.0 for escape_path method
  • Don't try to clean path if invalid.
  • Return 400 (Bad Request) on preflights with invalid path

1.0.6 - 2019-11-14

Changed

  • Use Rack::Utils.escape to make compat with Rack 1.6.0

1.0.5 - 2019-11-14

Changed

  • Update Gem spec to require rack >= 1.6.0

1.0.4 - 2019-11-13

Security

  • Escape and resolve path before evaluating resource rules (thanks to Colby Morgan)

1.0.3 - 2019-03-24

Changed

  • Don't send 'Content-Type' header with pre-flight requests
  • Allow ruby array for vary header config

1.0.2 - 2017-10-22

Fixed

  • Automatically allow simple headers when headers are set

1.0.1 - 2017-07-18

Fixed

  • Allow lambda origin configuration

1.0.0 - 2017-07-15

Security

  • Don't implicitly accept 'null' origins when 'file://' is specified

... (truncated)

Commits

Updates capybara from 2.6.2 to 2.18.0

Changelog

Sourced from capybara's changelog.

Version 2.18.0

Release date: 2018-02-12

Fixed

  • Firefox/geckodriver setting of contenteditable childs contents
  • Ignore Selenium::WebDriver::Error::SessionNotCreatedError when quitting driver [Tim Connor]

Removed

  • Headless chrome modal JS injection that is no longer needed for Chrome 64+/chromedriver 2.35+

Version 2.17.0

Release date: 2018-01-02

Added

  • have_all_of_selectors, have_none_of_selectors RSpec matchers for parity with minitest assertions [Thomas Walpole]

Fixed

  • Allow xpath 3.x gem [Thomas Walpole]
  • Issue when drivers returned nil for current_path and a matcher was used with a Regexp [Thomas Walpole]
  • Error message when visible element not found, but non-visible was [Andy Klimczak]

Version 2.16.1

Release date: 2017-11-20

Fixed

  • Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]
  • accept_prompt response text can contain quotes when using selenium with headless chrome [Thomas Walpole]

Version 2.16.0

Release date: 2017-11-13

Added

  • Attempt to move element into view when selenium doesn't correctly do it - See PR #1917 [Thomas Walpole]
  • current_path matchers will now autodetect path vs url based on string to be matched. Deprecates :only_path in favor of :ignore_query option [Thomas Walpole]
  • Session#evaluate_async_script [Thomas Walpole]

Fixed

  • Default prompt value when using headless Chrome works correctly [Thomas Walpole]
  • Support new modal error returned by selenium-webdriver 3.7 for W3C drivers [Thomas Walpole]
  • Calling respond_to? on the object passed to Capybara.configure block - Issue #1935

... (truncated)

Commits
  • 439364a Prepare for 2.18.0 gem release
  • 07b79f2 Update History [ci skip]
  • 4fe82fa Rescue SessionNotCreatedError during Capybara::Selenium::Driver#quit
  • 5b493f3 Limit rack-test version in ruby 2.0 gemfile
  • 34b41ca Fix contenteditable child content set with firefox/geckodriver
  • 263e860 Remove no longer necessary modal injection
  • 70de472 Headless Chrome with JS modal injection can't support initial alert
  • 1d7a6a1 Ensure browser is loaded before querying headless_chrome?
  • f43028b FF58 now passes test - remove pending
  • b368518 Update ruby versions tests
  • Additional commits viewable in compare view

Updates better_errors from 2.1.1 to 2.10.1

Release notes

Sourced from better_errors's releases.

v2.10.1

v2.10.0

v2.10.0.beta2

  • Use SASS to build CSS #498
  • Syntax highlighter uses classes, style-src locked down #499
  • Switch to Rouge for syntax highlighting and add dark syntax-highlighting theme #500

v2.10.0.beta1

  • Add Rails 6.1 to CI matrix #493
  • Add Content Security Policy #497

v2.9.1

  • Fix setting editor with symbol #492

v2.9.0

  • 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

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

v2.8.2

  • Fix path of CSRF Token cookie #478

v2.8.1

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

v2.8.0

  • 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

  • Show location of error in ActionView template error #463

... (truncated)

Commits

Updates rails from 4.2.5 to 5.0.7.2

Release notes

Sourced from rails's releases.

4.2.11.3

Action Mailer

  • No changes.

Action Pack

  • No changes.

Action View

Active Job

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Active Support

  • No changes.

Railties

  • No changes.

4.2.11.2

Action Mailer

... (truncated)

Commits
  • c4d3e20 Prep release
  • c79dcbc Only accept formats from registered mime types
  • 2383952 Preparing for 5.0.7.1 release
  • 21c487c Do not deserialize GlobalID objects that were not generated by Active Job
  • aea6423 Preparing for 5.0.7 release
  • 692e6dd Add CHANGELOG entry for minimum ruby version check
  • b8d24a2 Compare ruby version with correct way
  • c90e0aa Fix test for mysql2 gem spec in generated Gemfile
  • 1079dd4 Support mysql2 0.4.x and 0.5.x
  • 7ade1f4 Allow any version of dalli less them 2.7.7
  • Additional commits viewable in compare view

Updates sass-rails from 5.0.4 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

v5.0.7

  • Remove ruby warnings

v5.0.6

  • Fixes deprecation warnings on Sprockets 3 (#382)

    Richard Schneeman

5.0.5

  • Support Rails 5
Commits
  • a77240c Prepare to 6.0.0
  • 8dbe4dc Bump version to 6.0.0.beta3
  • 830a8ec Bump minimum version of sassc-rails
  • ff54c20 Fix open-ended dependency
  • ebe9ef7 Bump version to v6.0.0.beta2
  • 409d871 Merge pull request #424 from rails/sassc-rails
  • d809900 Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer
  • 706526d Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade path
  • ac38f1e Merge pull request #423 from gregmolnar/master
  • d61b999 remove gemnasium badge from readme
  • Additional commits viewable in compare view

Updates sinclair from b8c8815 to 0.2.0

Commits

Updates xkcd from 1.1.0 to 1.1.1

Commits

Updates jquery-rails from 4.1.0 to 4.6.0

Changelog

Sourced from jquery-rails's changelog.

4.6.0

  • update jquery to 3.7.0

4.5.1

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

4.5.0

  • update jquery to 3.6.0

4.4.0

4.3.5

  • update jquery to 3.4.1

4.3.4

  • update jquery to 3.4.0

4.3.3

  • update jquery to 3.3.1

4.3.2

  • update jquery to 3.3.0
  • Add possibility to test HTML: all, attribute prefix, attribute contains, attribute ends with, child, and class selectors
  • Fix matching multiple calls for the same selector/function exception

4.3.1

  • update jquery to 3.2.1

4.3.0

  • update jquery to 3.2.0
  • Add possibility to test HTML attribute selectors

4.2.2

  • update jquery to 3.1.1

... (truncated)

Commits
  • 12869da Release v4.6.0 with jQuery v3.7.0
  • 65a9c73 Update jquery to 3.7.0
  • fb5a7a8 Merge pull request #293 from MichaelHoste/patch-1
  • d9dfbe1 Merge pull request #296 from okuramasafumi/patch-1
  • f34a439 Update CHANGELOG.md
  • b9e5aa7 Fix typo in CHANGELOG.md (usj => ujs)
  • de8792d Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.3
  • 7e6f508 Update jquery-ujs to latest v1.2.3
  • a80d74b Update jQuery to latest v3.6.1
  • 153d9ff Fix changelog typo [ci skip]
  • Additional commits viewable in compare view

Updates rspec-rails from 3.4.1 to 4.1.2

Changelog

Sourced from rspec-rails's changelog.

Development

Full Changelog

Bug Fixes:

  • Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)

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)

... (truncated)

Commits

Updates web-console from 2.3.0 to 3.7.0

Release notes

Sourced from web-console's releases.

3.7.0

3.6.2

  • #255 Fix the truncated HTML body, because of wrong Content-Length header (@​timomeh)

3.6.1

  • #252 Fix improper injection in Rack bodies like ActionDispatch::Response::RackBody (@​gsamokovarov)

3.6.0

... (truncated)

Changelog

Sourced from web-console's changelog.

3.7.0

3.6.2

  • #255 Fix the truncated HTML body, because of wrong Content-Length header ([@​timomeh])

3.6.1

  • #252 Fix improper injection in Rack bodies like ActionDispatch::Response::RackBody ([@​gsamokovarov])

3.6.0

3.5.1

3.5.0

3.4.0

3.3.1

Drop support for Rails 4.2.0.

3.3.0

3.2.1

3.2.0

... (truncated)

Commits
  • a46d9ff Release 3.7.0
  • 2cb56f1 Drop the bundle warning about insecure git sources
  • 9758124 Show binding changes (#263)
  • dbe0996 How to prevent unavailable session on Passenger (#262)
  • df1c7de Fix rubocop offences in the middleware tests
  • 3159204 Sync up the latest rails .rubocop rules
  • 0276d54 Always try to keep the console underneath the website content (#257)
  • abc89ae Support Ctrl-A, Ctrl-W and Ctrl-U (#258)
  • ae89b27 Spelling and grammar fixes (#259)
  • 9423bd3 Release 3.6.2
  • Additional commits viewable in compare view

Updates slim-rails from 3.0.1 to 3.6.3

Release notes

Sourced from slim-rails's releases.

Support for Slim 5

No release notes provided.

Support for Rails 7 style templates

This release adds support for Rails 7 style templates. Templates for older versions of Rails are still supported.

This and future releases require Ruby 2.5 or later.

New Contributors

Full Changelog: slim-template/slim-rails@v3.3.0...v3.5.1

Enabled asset helpers in precompiled templates

What's Changed

New Contributors

Full Changelog: slim-template/slim-rails@v3.2.0...v3.3.0

Support for SLIM 4

What's Changed

New Contributors

Full Changelog: slim-template/slim-rails@v3.1.3...v3.2.0

Improved compatibility with Sprockets 4 and minor adjustments to templates.

Tested compatibility with Ruby 2.4

Updated CI specifications for new Ruby 2.4. Added config.eager_load=false to the dummy app to avoid warning with Rails 4.x.

Code cleanup and refactoring

Cleanup, relaxed development dependencies

Changelog

Sourced from slim-rails's changelog.

3.6.1 (February 14, 2023)

  • Fix to avoid depending on the failed Slim 5.0.0 release (#188)

#188: slim-template/slim-rails#188

3.6.0 (February 14, 2023)

  • Add support for Slim 5 (#185)

Thanks https://github.com/michaelbaudino (#185)

#185: slim-template/slim-rails#185

3.5.0 (May 2022)

  • Restored legacy templates for Rails < 7
  • Updated Appraisals to supported Rails versions
  • Replace Travis CI with Github Actions.

Thanks https://github.com/davidwessman (#180)

3.4.0 (March 2022)

  • Updated templates to Rails 7 style (thanks github.com/viktorianer) (#178)

3.3.0 (July 19, 2021)

  • Enabled asset helpers in precompiled templates (#135)
  • Tested with Rails 6.0, 6.1 and Ruby 3.0
  • Improved CI and tests with Sprockets 4

3.2.0 (October 7, 2018)

  • Support for Slim 4

3.1.3 (April 3, 2017)

  • Improved compatibility with Sprockets 4

3.1.2 (February 3, 2017)

  • Tested compatibility with Ruby 2.4
  • Updated CI specs

... (truncated)

Commits
  • 5e101b7 Bump version to 3.6.3
  • 3246626 Merge pull request #193 from taketo1113/fix-error-with-namespace
  • 7934083 Merge pull request #194 from taketo1113/ci-rails-7.1
  • 67dccdf Added Rails 7.1 to the CI matrix.
  • b2e668e Removed unnecessary @
  • 346ad69 Bump version to 3.6.2
  • 3d46470 Merge pull request #191 from patrols/make-slim-5.0-compatible
  • 76e71cd Update gemspec to be compatible with slim 5.0
  • 16fa7bd README: Separate out details from main things (#190)
  • 4962a98 Merge pull request #189 from olleolleolle/patch-1
  • Additional commits viewable in compare view

Updates react-rails from 1.4.1 to 3.2.0

Release notes

Sourced from react-rails's releases.

2.6.2

What's Change

  • React 16.14
  • Support for ShakaPacker
  • Preparation for React 18 #1151

Bug Fixes

  • URI.open instead of open #1099
  • No longer unmount components on Turbolinks navigation #1135

New Contributors

Full Changelog: reactjs/react-rails@v2.6.1...v2.6.2

2.6.0

As always a big thank you to everyone who contributes to make the project a success! 🎉 We passed 7 million downloads of the Gem and 3 million on the NPM package. 🎉

New Features

  • Typescript component generator #990

Deprecation

Bug Fixes

  • assert_react_component will not pass tests where the case was different #979
  • action_controller/test_case was accidentally required in dev #996

Thanks to all the wonderful people that helped.

@​delkopiso @​huacnlee @​Aesthetikx @​HorizonShadow @​cprodhomme @​0xdevalias @​gasi

... (truncated)

Changelog

Sourced from react-rails's changelog.

[3.2.0] - 2024-01-10

Changed

[3.1.1] - 2023-08-16

Removed

  • Removed the replace-null functionality due a severe logic error added in 3.1.0 #1300

[3.1.0] - 2023-08-15

Added

  • Added option to replace nulls in props with undefined via config.react.null_to_undefined_props in config/application.rb #1293

[3.0.0] - 2023-08-14

Breaking Changes

  • Requires separate compilations for server & client bundles if using Shakapacker (see Webpack config) #1274
  • Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all. #1274
  • Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
  • If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285

Changed

  • The react:component generator now generates a function component by default #1271

[2.7.1] - 2023-05-19

Bug Fixes

  • Fix ReactDomClient initialization error during SSR. #1278

[2.7.0] - 2023-05-06

New Features

  • Camelizes keys with primitive values, in addition to hashes #946
  • Expose alternative implementations for ReactUJS.getConstructor #1050
  • Include turbolinks in dev and update webdrivers #1174
  • Add support for multiple require.context with addition of useContexts #1144
  • Update many dependencies

Bug Fixes

  • Fix installation crash caused by absolute path for source_entry_path in default config/webpacker.yml coming from shakapacker version 6.x - #1216
  • Fix warning for loading react-dom in React 18 - #1269

2.6.2

New Features

  • React 16.14

... (truncated)

Commits
  • 0bdeeaf Release 3.2.0
  • 49090a4 Merge pull request #1331 from G-Rath/update-package-jsons
  • 7b4386b chore: remove unused dependency
  • 1afac8c fix: specify yarn as package manager
  • 25e64be chore: sort package.json files
  • c4177d3 update Gemfile.lock
  • 4aa7fb1 Merge pull request #1306 from G-Rath/use-package_json
  • d29a7a4 chore: use stable version of shakapacker
  • c15e6e7 docs: add changelog entry
  • 988b717 chore: use rc version of shakapacker
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

… xkcd, jquery-rails, rspec-rails, web-console, slim-rails and react-rails

Bumps [rack-cors](https://github.com/cyu/rack-cors), [capybara](https://github.com/teamcapybara/capybara), [better_errors](https://github.com/BetterErrors/better_errors), [rails](https://github.com/rails/rails), [sass-rails](https://github.com/rails/sass-rails), [sinclair](https://github.com/pivotal/sinclair), [xkcd](https://github.com/hemanth/xkcd-gem), [jquery-rails](https://github.com/rails/jquery-rails), [rspec-rails](https://github.com/rspec/rspec-rails), [web-console](https://github.com/rails/web-console), [slim-rails](https://github.com/slim-template/slim-rails) and [react-rails](https://github.com/reactjs/react-rails). These dependencies needed to be updated together.

Updates `rack-cors` from 0.4.0 to 2.0.1
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md)
- [Commits](cyu/rack-cors@v0.4.0...v2.0.1)

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

Updates `better_errors` from 2.1.1 to 2.10.1
- [Release notes](https://github.com/BetterErrors/better_errors/releases)
- [Commits](BetterErrors/better_errors@v2.1.1...v2.10.1)

Updates `rails` from 4.2.5 to 5.0.7.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v4.2.5...v5.0.7.2)

Updates `sass-rails` from 5.0.4 to 6.0.0
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v5.0.4...v6.0.0)

Updates `sinclair` from `b8c8815` to 0.2.0
- [Commits](https://github.com/pivotal/sinclair/commits)

Updates `xkcd` from 1.1.0 to 1.1.1
- [Commits](hemanth/xkcd-gem@v1.1.0...v1.1.1)

Updates `jquery-rails` from 4.1.0 to 4.6.0
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v4.1.0...v4.6.0)

Updates `rspec-rails` from 3.4.1 to 4.1.2
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v3.4.1...v4.1.2)

Updates `web-console` from 2.3.0 to 3.7.0
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v2.3.0...v3.7.0)

Updates `slim-rails` from 3.0.1 to 3.6.3
- [Release notes](https://github.com/slim-template/slim-rails/releases)
- [Changelog](https://github.com/slim-template/slim-rails/blob/master/CHANGELOG.md)
- [Commits](slim-template/slim-rails@3.0.1...v3.6.3)

Updates `react-rails` from 1.4.1 to 3.2.0
- [Release notes](https://github.com/reactjs/react-rails/releases)
- [Changelog](https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-rails@v1.4.1...v3.2.0)

---
updated-dependencies:
- dependency-name: rack-cors
  dependency-type: direct:production
- dependency-name: capybara
  dependency-type: direct:development
- dependency-name: better_errors
  dependency-type: direct:development
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:production
- dependency-name: sinclair
  dependency-type: direct:production
- dependency-name: xkcd
  dependency-type: direct:production
- dependency-name: jquery-rails
  dependency-type: direct:production
- dependency-name: rspec-rails
  dependency-type: direct:development
- dependency-name: web-console
  dependency-type: direct:development
- dependency-name: slim-rails
  dependency-type: direct:production
- dependency-name: react-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants