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 rspec-rails, activerecord-postgis-adapter and rails #1021

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps rspec-rails, activerecord-postgis-adapter and rails. These dependencies needed to be updated together.
Updates rspec-rails from 5.1.2 to 6.0.3

Changelog

Sourced from rspec-rails's changelog.

6.0.3 / 2023-05-31

Full Changelog

Bug Fixes:

  • Set ActiveStorage::FixtureSet.file_fixture_path when including file fixture support. (Jason Yates, #2671)
  • Allow broadcast_to matcher to take Symbols. (@​Vagab, #2680)

6.0.2 / 2023-05-04

Full Changelog

Bug Fixes:

  • Fix ActionView::PathSet when render_views is off for Rails 7.1. (Eugene Kenny, Iliana, #2631)
  • Support Rails 7.1's #fixtures_paths in example groups (removes a deprecation warning). (Nicholas Simmons, #2664)
  • Fix have_enqueued_job to properly detect enqueued jobs when other jobs were performed inside the expectation block. (Slava Kardakov, Phil Pirozhkov, #2573)

6.0.1 / 2022-10-18

Full Changelog

Bug Fixes:

  • Prevent tagged logged support in Rails 7 calling #name. (Jon Rowe, #2625)

6.0.0 / 2022-10-10

Full Changelog

Enhancements:

  • Support Rails 7
  • Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599)
  • Generators now respects default path configuration option. (@​vivekmiyani, #2508)

Breaking Changes:

  • Drop support for Rails below 6.1
  • Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
  • Change the order of after_teardown from after to around in system specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596)

Deprecations:

  • Deprecates integration spec generator (rspec:integration) which was an alias of request spec generator (rspec:request) (Luka Lüdicke, #2374)
Commits

Updates activerecord-postgis-adapter from 6.0.3 to 6.0.1

Changelog

Sourced from activerecord-postgis-adapter's changelog.

6.0.1 / 2020-08-16

  • Fix SchemaStatements#initialize_type_map #309
  • Add support for Ruby 2.7 #306
  • Adapt gem to ActiveRecord 6.0. #315

6.0.0 / 2019-08-21

  • Support ActiveRecord 6.0 #303

5.2.3 / 2021-03-28

  • Support JRuby #332

5.2.2 / 2018-12-02

  • Freeze strings

5.2.1 / 2018-03-05

  • Fix type parsing for Z/M variants with no SRID #281, #282
  • Test ActiveRecord 5.2 with pg gem version 1.0.0 #279

5.2.0 / 2017-12-24

  • Support comments - #275

  • Note: rgeo 2.0 is supported with version 5.1.0+
  • The rgeo gem version requirement is specified by rgeo-activerecord

5.1.0 / 2017-12-02

  • Require rgeo-activerecord 6.0, require rgeo 1.0. #272

5.0.3 / 2017-11-09

  • Improve requires, fix warnings #268
  • Improve readme #264
  • Fix Travis #261
  • Remove comment #260
  • Fix regex for parsing spacial column types #259

5.0.2 / 2017-06-14

  • Use PG::Connection instead of PGconn #257

5.0.1 / 2017-05-01

... (truncated)

Commits
  • cc0e3f5 Merge pull request #303 from rgeo/activerecord-6
  • 671be14 SQL type metadata contains the cast type
  • 70a2d9e Use ENV to flag using byebug
  • 66c1982 Update db:gis:setup rake task
  • 7e64ea7 Override #new_column_from_field
  • cb7001f Remove overrides (temporary commit)
  • a43e985 Update args to create table definition
  • 1f8142d Create connection with PG.connect
  • c9d4b48 Update appraisals: test activerecord 6.0
  • 29e6d06 Target rubcop to ruby 2.5
  • Additional commits viewable in compare view

Updates rails from 6.0.6.1 to 6.1.7.4

Release notes

Sourced from rails's releases.

v6.1.7.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Raise an exception if illegal characters are provide to redirect_to [CVE-2023-28362]

    Zack Deveau

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • 7d949d7 Preparing for 6.1.7.4 release
  • 11d5de1 update changelog
  • 1c3f93d Added check for illegal HTTP header value in redirect_to
  • f09dc7c Preparing for 6.1.7.3 release
  • 7167e53 Prepare version 6.1.7.3
  • 5037a13 Ignore certain data-* attributes in rails-ujs when element is contenteditable
  • 3cf23c3 Implement SafeBuffer#bytesplice
  • f0c5e60 Preparing for 6.1.7.2 release
  • 3e0c1a5 Version 6.1.7.2
  • 1e5011d Merge pull request #47087 from jhawthorn/cookie_domain
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

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

Bumps [rspec-rails](https://github.com/rspec/rspec-rails), [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter) and [rails](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `rspec-rails` from 5.1.2 to 6.0.3
- [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.1.2...v6.0.3)

Updates `activerecord-postgis-adapter` from 6.0.3 to 6.0.1
- [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md)
- [Commits](rgeo/activerecord-postgis-adapter@v6.0.3...v6.0.1)

Updates `rails` from 6.0.6.1 to 6.1.7.4
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.0.6.1...v6.1.7.4)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: activerecord-postgis-adapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 21, 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.

None yet

0 participants