Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

Bumps actionview, activejob, carrierwave, rubycas-client, factory_bot_rails, jbuilder, lograge, rails, rails_admin, rspec-rails, rubycas-client-rails and webpacker. These dependencies needed to be updated together.
Updates actionview from 5.2.8.1 to 7.0.7.2

Release notes

Sourced from actionview's releases.

7.0.7.2 release

No changes between this and 7.0.7.2. This release was just to fix file permissions in the previous release.

7.0.7.1

Active Support

  • Use a temporary file for storing unencrypted files while editing

    [CVE-2023-38037]

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

... (truncated)

Changelog

Sourced from actionview's changelog.

Rails 7.0.7.2 (August 22, 2023)

  • No changes.

Rails 7.0.7.1 (August 22, 2023)

  • No changes.

Rails 7.0.7 (August 09, 2023)

  • Fix render collection: @records, cache: true to cache fragments as bare strings

    Previously it would incorrectly cache them as Action View buffers.

    Jean Boussier

  • Don't double-encode nested field_id and field_name index values

    Pass index: @options as a default keyword argument to field_id and field_name view helper methods.

    Sean Doyle

Rails 7.0.6 (June 29, 2023)

  • No changes.

Rails 7.0.5.1 (June 26, 2023)

  • No changes.

Rails 7.0.5 (May 24, 2023)

  • FormBuilder#id finds id set by form_for and form_with.

    Matt Polito

  • Allow all available locales for template lookups.

    Ben Dilley

  • Choices of select can optionally contain html attributes as the last element of the child arrays when using grouped/nested collections

... (truncated)

Commits
  • 3668b4b Preparing for 7.0.7.2 release
  • 2294b8b Bumping version
  • c92caef Preparing for 7.0.7.1 release
  • 936587d updating version / changelog
  • 522c86f Preparing for 7.0.7 release
  • 64bd0ac Merge pull request #48645 from Shopify/action-view-bare-cache-fragments
  • d76f2de Don't double-encode nested field_id and field_name index
  • 593893c Preparing for 7.0.6 release
  • 8e37f2b Merge branch '7-0-sec' into 7-0-stable
  • cdd14ce Preparing for 7.0.5.1 release
  • Additional commits viewable in compare view

Updates activejob from 5.2.8.1 to 7.0.7.2

Release notes

Sourced from activejob's releases.

7.0.7.2 release

No changes between this and 7.0.7.2. This release was just to fix file permissions in the previous release.

7.0.7.1

Active Support

  • Use a temporary file for storing unencrypted files while editing

    [CVE-2023-38037]

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

... (truncated)

Changelog

Sourced from activejob's changelog.

Rails 7.0.7.2 (August 22, 2023)

  • No changes.

Rails 7.0.7.1 (August 22, 2023)

  • No changes.

Rails 7.0.7 (August 09, 2023)

  • No changes.

Rails 7.0.6 (June 29, 2023)

  • Fix error Active Job passed class with permitted?.

    Alex Baldwin

Rails 7.0.5.1 (June 26, 2023)

  • No changes.

Rails 7.0.5 (May 24, 2023)

  • Make delayed job display_name failsafe.

    codez

  • Don't double log the job when using ActiveRecord::QueryLog

    Previously if you set config.active_record.query_log_tags to an array that included :job, the job name would get logged twice. This bug has been fixed.

    Alex Ghiculescu

Rails 7.0.4.3 (March 13, 2023)

  • No changes.

Rails 7.0.4.2 (January 24, 2023)

  • No changes.

... (truncated)

Commits
  • 3668b4b Preparing for 7.0.7.2 release
  • 2294b8b Bumping version
  • c92caef Preparing for 7.0.7.1 release
  • 936587d updating version / changelog
  • 522c86f Preparing for 7.0.7 release
  • 593893c Preparing for 7.0.6 release
  • 4aa2446 Update CHANGELOG
  • 8e37f2b Merge branch '7-0-sec' into 7-0-stable
  • cdd14ce Preparing for 7.0.5.1 release
  • a9530f9 Merge pull request #48566 from abaldwin88/fix_active_job_passed_class_definin...
  • Additional commits viewable in compare view

Updates carrierwave from 1.3.2 to 3.0.3

Release notes

Sourced from carrierwave's releases.

3.0.3

Fixed

3.0.2

Fixed

3.0.1

Fixed

3.0.0

Added

Changed

Deprecated

Removed

... (truncated)

Changelog

Sourced from carrierwave's changelog.

3.0.3 - 2023-08-21

Fixed

3.0.2 - 2023-08-01

Fixed

3.0.1 - 2023-07-22

Fixed

3.0.0 - 2023-07-02

No changes.

3.0.0.rc - 2023-06-11

Added

Changed

Fixed

... (truncated)

Commits

Updates rubycas-client from 41ebf8c to 2.3.10.rc1

Commits

Updates factory_bot_rails from 6.1.0 to 6.2.0

Release notes

Sourced from factory_bot_rails's releases.

v6.2.0

  • Changed: factory_bot dependency to ~> 6.2.0
Changelog

Sourced from factory_bot_rails's changelog.

6.2.0 (May 7, 2021)

  • Changed: factory_bot dependency to ~> 6.2.0
Commits

Updates jbuilder from 2.11.2 to 2.11.5

Release notes

Sourced from jbuilder's releases.

v2.11.5

What's Changed

  • Make sure action_view is loaded before using it.

Full Changelog: rails/jbuilder@v2.11.4...v2.11.5

v2.11.4

What's Changed

Full Changelog: rails/jbuilder@v2.11.3...v2.11.4

v2.11.3

What's Changed

Full Changelog: rails/jbuilder@v2.11.2...v2.11.3

Commits
  • c6bda15 Prepare for 2.11.5
  • a3dcf7a Fix gemspec
  • cfda718 Add gemspec metadata
  • 7f3ee7f Make sure the railtie is loaded
  • a2aacff Require Rails frameworks before using
  • 68a0911 Removed CHANGELOG.md now that we are using the release pages
  • a87fad3 Bump for 2.11.4
  • 73bf325 Remove the unwanted #empty call on the collection (#524)
  • 496a2f9 Fix scaffold controller generator with namespace (#512)
  • a8a1741 Add missing CR
  • Additional commits viewable in compare view

Updates lograge from 0.11.2 to 0.13.0

Release notes

Sourced from lograge's releases.

v0.12.0

What's Changed

New Contributors

Full Changelog: roidrage/lograge@v0.11.2...v0.12.0

Changelog

Sourced from lograge's changelog.

0.13.0

  • Add Rails 6 memory allocations to default log #355

0.12.0

  • Preserve original Action Cable functionality by using prepend instead of redefining methods #310

  • Return a Rack::BodyProxy from the Rails::Rack::Logger monkey patch, this ensures the same return type as Rails #333

  • Add a new formatter Lograge::Formatters::KeyValueDeep.new to log object with nested key. #282

Commits

Updates rails from 5.2.8.1 to 7.0.7.2

Release notes

Sourced from rails's releases.

7.0.7.2 release

No changes between this and 7.0.7.2. This release was just to fix file permissions in the previous release.

7.0.7.1

Active Support

  • Use a temporary file for storing unencrypted files while editing

    [CVE-2023-38037]

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

... (truncated)

Commits
  • 3668b4b Preparing for 7.0.7.2 release
  • 2294b8b Bumping version
  • c92caef Preparing for 7.0.7.1 release
  • 936587d updating version / changelog
  • a21d6ed Use a temporary file for storing unencrypted files while editing
  • 522c86f Preparing for 7.0.7 release
  • 5610cba Sync CHANGELOG with the changes in the repository
  • eb7e42d Merge pull request #46617 from r7kamura/feature/isolation-level-default
  • 2dccb3f Merge pull request #48891 from rails/rm-devcontainer-right
  • fabd0b5 Merge pull request #48886 from fatkodima/backport-45670
  • Additional commits viewable in compare view

Updates rails_admin from 1.4.3 to 3.1.2

Changelog

Sourced from rails_admin's changelog.

3.1.2 - 2023-03-23

Full Changelog

Fixed

  • Fix install failing with importmap setup (aca22b6, #3609)
  • Fix to show non-eager-loaded models which are explicitly configured (87c9d5b, #3604)
  • Fix rails_admin.dom_ready event not triggered with jQuery on (2ee43de, 33773d7, #3600)
  • Restore caching in RailsAdmin::Config::Model#excluded? (#3587)
  • Optimize/simplify viable_models file path to class name logic (#3589)

3.1.1 - 2022-12-18

Full Changelog

Changed

  • Relax Font-Awesome dependency to allow Webpacker users to stay on 5.x (3a7f348, #3565)

Removed

  • Remove unused glphyicon assets (#3578)

Fixed

  • Simplify uses of defined? (#3561)
  • Define jQuery object in separate file to support esbuild (#3571)
  • Fix filter box being duplicated on browser back (c6b1893, #3570)
  • Fix sidebar menu expanding horizontally, preventing vertical scroll (9997c10, #3564)

3.1.0 - 2022-11-06

Full Changelog

Fixed

  • Fix to use defer instead of async to ensure script loading order (2a40976, #3513)
  • Improve filter method select box appearance (#3559)

3.1.0.rc2 - 2022-10-02

Full Changelog

Fixed

  • Fix sidebar style broken in attempt to support Bootstrap 5.2 (d7abba4, #3553)

3.1.0.rc - 2022-09-22

... (truncated)

Commits
  • 5a958e4 Version 3.1.2
  • 33773d7 Postpone introduction of the new event name rails_admin:dom_ready
  • aca22b6 Fix install failing with importmap setup
  • 87c9d5b Fix to show non-eager-loaded models which are explicitly configured
  • 2ee43de Change dom_ready event name to use colon as the separator
  • edd9f24 Restore caching in RailsAdmin::Config::Model#excluded? (#3587)
  • e8319bc Update GitHub Actions Badge URL
  • ede9870 Optimize file path to class name conversion (#3589)
  • e83fb0b Switch to the safe navigation operator in spec files (#3588)
  • fa9a96b Fix typo: Envinronment ==> Environment (#3586)
  • Additional commits viewable in compare view

Updates rspec-rails from 5.0.1 to 5.1.2

Changelog

Sourced from rspec-rails's changelog.

5.1.2 / 2022-04-24

Full Changelog

Bug Fixes:

  • Fix controller scaffold templates parameter name. (Taketo Takashima, #2591)
  • Include generator specs in the inferred list of specs. (Jason Karns, #2597)

5.1.1 / 2022-03-07

Full Changelog

Bug Fixes:

  • Properly handle global id serialised arguments in have_enqueued_mail. (Jon Rowe, #2578)

5.1.0 / 2022-01-26

Full Changelog

Enhancements:

  • Make the API request scaffold template more consistent and compatible with Rails 6.1. (Naoto Hamada, #2484)
  • Change the scaffold rails_helper.rb template to use require_relative. (Jon Dufresne, #2528)

5.0.3 / 2022-01-26

Full Changelog

Bug Fixes:

  • Properly name params in controller and request spec templates when using the --model-name parameter. (@​kenzo-tanaka, #2534)
  • Fix parameter matching with mail delivery job and ActionMailer::MailDeliveryJob. (Fabio Napoleoni, #2516, #2546)
  • Fix Rails 7 have_enqueued_mail compatibility (Mikael Henriksson, #2537, #2546)

5.0.2 / 2021-08-14

Full Changelog

Bug Fixes:

  • Prevent generated job specs from duplicating _job in filenames. (Nick Flückiger, #2496)
  • Fix ActiveRecord::TestFixture#uses_transaction by using example description to replace example name rather than example in our monkey patched run_in_transaction? method. (Stan Lo, #2495)
  • Prevent keyword arguments being lost when methods are invoked dynamically in controller specs. (Josh Cheek, #2509, #2514)
Commits
  • 7faa22c Version 5.1.2
  • 42eaba8 Changelog for #2597
  • 19d6165 Merge pull request #2597 from jasonkarns/patch-1
  • 4e87c78 Change...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…rails, jbuilder, lograge, rails, rails_admin, rspec-rails, rubycas-client-rails and webpacker

Bumps [actionview](https://github.com/rails/rails), [activejob](https://github.com/rails/rails), [carrierwave](https://github.com/carrierwaveuploader/carrierwave), [rubycas-client](https://github.com/osulp/rubycas-client), [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails), [jbuilder](https://github.com/rails/jbuilder), [lograge](https://github.com/roidrage/lograge), [rails](https://github.com/rails/rails), [rails_admin](https://github.com/sferik/rails_admin), [rspec-rails](https://github.com/rspec/rspec-rails), [rubycas-client-rails](https://github.com/osulp/rubycas-client-rails) and [webpacker](https://github.com/rails/webpacker). These dependencies needed to be updated together.

Updates `actionview` from 5.2.8.1 to 7.0.7.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/actionview/CHANGELOG.md)
- [Commits](rails/rails@v5.2.8.1...v7.0.7.2)

Updates `activejob` from 5.2.8.1 to 7.0.7.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activejob/CHANGELOG.md)
- [Commits](rails/rails@v5.2.8.1...v7.0.7.2)

Updates `carrierwave` from 1.3.2 to 3.0.3
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v1.3.2...v3.0.3)

Updates `rubycas-client` from `41ebf8c` to 2.3.10.rc1
- [Commits](osulp/rubycas-client@41ebf8c...v2.3.10.rc1)

Updates `factory_bot_rails` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.1.0...v6.2.0)

Updates `jbuilder` from 2.11.2 to 2.11.5
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.11.2...v2.11.5)

Updates `lograge` from 0.11.2 to 0.13.0
- [Release notes](https://github.com/roidrage/lograge/releases)
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](roidrage/lograge@v0.11.2...v0.13.0)

Updates `rails` from 5.2.8.1 to 7.0.7.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.8.1...v7.0.7.2)

Updates `rails_admin` from 1.4.3 to 3.1.2
- [Changelog](https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md)
- [Commits](railsadminteam/rails_admin@v1.4.3...v3.1.2)

Updates `rspec-rails` from 5.0.1 to 5.1.2
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v5.0.1...v5.1.2)

Updates `rubycas-client-rails` from `6eab4d1` to 0.1.1
- [Commits](https://github.com/osulp/rubycas-client-rails/commits)

Updates `webpacker` from 5.4.3 to 5.4.4
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](rails/webpacker@v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: actionview
  dependency-type: direct:production
- dependency-name: activejob
  dependency-type: direct:production
- dependency-name: carrierwave
  dependency-type: direct:production
- dependency-name: rubycas-client
  dependency-type: direct:production
- dependency-name: factory_bot_rails
  dependency-type: direct:development
- dependency-name: jbuilder
  dependency-type: direct:production
- dependency-name: lograge
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: rails_admin
  dependency-type: direct:production
- dependency-name: rspec-rails
  dependency-type: direct:development
- dependency-name: rubycas-client-rails
  dependency-type: direct:production
- dependency-name: webpacker
  dependency-type: direct:production
...

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 Sep 5, 2023
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