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 activerecord, rails, activemerchant, activesupport, erubis, cucumber and rspec-rails in /fixture_rails_root #13

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 May 26, 2023

Bumps activerecord, rails, activemerchant, activesupport, erubis, cucumber and rspec-rails. These dependencies needed to be updated together.
Updates activerecord from 2.3.9 to 7.0.5

Release notes

Sourced from activerecord's releases.

v7.0.5

Active Support

  • Fixes TimeWithZone ArgumentError.

    Niklas Häusele

Active Model

  • No changes.

Active Record

  • Type cast #attribute_changed? :from and :to options.

    Andrew Novoselac

  • Fix index_exists? when column is an array.

    Eileen M. Uchitelle

  • Handle Date objects for PostgreSQL timestamptz columns.

    Alex Ghiculescu

  • Fix collation for changing column to non-string.

    Hartley McGuire

  • Map through subtype in PostgreSQL::OID::Array.

    Jonathan Hefner

  • Store correct environment in internal_metadata when run rails db:prepare.

    fatkodima

  • Make sure ActiveRecord::Relation#sum works with objects that implement #coerce without deprecation.

    Alex Ghiculescu

  • Fix retrieving foreign keys referencing tables named like keywords in PostgreSQL and MySQL.

    fatkodima

... (truncated)

Changelog

Sourced from activerecord's changelog.

Rails 7.0.5 (May 24, 2023)

  • Type cast #attribute_changed? :from and :to options.

    Andrew Novoselac

  • Fix index_exists? when column is an array.

    Eileen M. Uchitelle

  • Handle Date objects for PostgreSQL timestamptz columns.

    Alex Ghiculescu

  • Fix collation for changing column to non-string.

    Hartley McGuire

  • Map through subtype in PostgreSQL::OID::Array.

    Jonathan Hefner

  • Store correct environment in internal_metadata when run rails db:prepare.

    fatkodima

  • Make sure ActiveRecord::Relation#sum works with objects that implement #coerce without deprecation.

    Alex Ghiculescu

  • Fix retrieving foreign keys referencing tables named like keywords in PostgreSQL and MySQL.

    fatkodima

  • Support UUIDs in Disable Joins.

    Samuel Cochran

  • Fix Active Record's explain for queries starting with comments.

    fatkodima

  • Fix incorrectly preloading through association records when middle association has been loaded.

    Joshua Young

  • Fix where.missing and where.associated for parent/child associations.

    fatkodima

... (truncated)

Commits
  • e88857b Preparing for 7.0.5 release
  • ac1fc34 Sync CHANGELOG
  • 46e797e Merge pull request #48274 from Shopify/fix-serialized-blob-column-changed-in-...
  • cccac30 Fix ActiveRecord grouped calculations on joined tables on column present in b...
  • 71503fb Merge pull request #48048 from tiramizoo/pg-1-5-warning
  • 3f8885b Use RDoc markup
  • 159acdf Document query cache invalidation for raw_connection
  • 302aa41 Merge pull request #46939 from fatkodima/fix-dumping-virtual-columns
  • 0e6b7ec Fix backport of 47948 including other change
  • e2a99b5 Merge pull request #47948 from fatkodima/rails-5-2-create_table-duplicate-col...
  • Additional commits viewable in compare view

Updates rails from 2.3.9 to 7.0.5

Release notes

Sourced from rails's releases.

v7.0.5

Active Support

  • Fixes TimeWithZone ArgumentError.

    Niklas Häusele

Active Model

  • No changes.

Active Record

  • Type cast #attribute_changed? :from and :to options.

    Andrew Novoselac

  • Fix index_exists? when column is an array.

    Eileen M. Uchitelle

  • Handle Date objects for PostgreSQL timestamptz columns.

    Alex Ghiculescu

  • Fix collation for changing column to non-string.

    Hartley McGuire

  • Map through subtype in PostgreSQL::OID::Array.

    Jonathan Hefner

  • Store correct environment in internal_metadata when run rails db:prepare.

    fatkodima

  • Make sure ActiveRecord::Relation#sum works with objects that implement #coerce without deprecation.

    Alex Ghiculescu

  • Fix retrieving foreign keys referencing tables named like keywords in PostgreSQL and MySQL.

    fatkodima

... (truncated)

Commits
  • e88857b Preparing for 7.0.5 release
  • ac1fc34 Sync CHANGELOG
  • 46e797e Merge pull request #48274 from Shopify/fix-serialized-blob-column-changed-in-...
  • da309a5 Merge pull request #48183 from yahonda/add_ext_readline_for_ruby33
  • 58528bf Merge pull request #48091 from fatkodima/backport-46923
  • cccac30 Fix ActiveRecord grouped calculations on joined tables on column present in b...
  • 71503fb Merge pull request #48048 from tiramizoo/pg-1-5-warning
  • 3f8885b Use RDoc markup
  • 159acdf Document query cache invalidation for raw_connection
  • 302aa41 Merge pull request #46939 from fatkodima/fix-dumping-virtual-columns
  • Additional commits viewable in compare view

Updates activemerchant from 1.8.0 to 1.129.0

Release notes

Sourced from activemerchant's releases.

v1.129.0

What's Changed

Full Changelog: activemerchant/active_merchant@v1.128.0...v1.129.0

v1.128.0

What's Changed

... (truncated)

Changelog

Sourced from activemerchant's changelog.

== Version 1.129.0 (May 3rd, 2023)

  • Adyen: Update selectedBrand mapping for Google Pay [jcreiff] #4763
  • Shift4: Add vendorReference field [jcreiff] #4762
  • Shift4: Add OAuth error [aenand] #4760
  • Stripe PI: Add billing address details to Apple Pay and Google Pay tokenization request [BritneyS] #4761
  • Make gem compatible with Ruby 3+ [pi3r] #4768

== Version 1.128.0 (April 24th, 2023)

  • CheckoutV2: Add support for Shipping Address [nicolas-maalouf-cko] #4755
  • Element: Include Apple Pay - Google pay methods [jherrera] #4647
  • dLocal: Add transaction query API(s) request [almalee24] #4584
  • MercadoPago: Add transaction inquire request [molbrown] #4588
  • Worldpay: Add transaction inquire request [molbrown] #4592
  • Alelo: Adding homologation changes [heavyblade] #4590
  • Adyen: Map standard error codes for processing_error, config_error, invalid_amount, and incorrect_address [ajawadmirza] #4593
  • MerchantE: Add support for recurring transactions [naashton] #4594
  • CyberSource: Add support for discount_management_indicator, purchase_tax_amount, installment_total_amount, and installment_annual_interest_rate fields. [rachelkirk] #4595
  • Shift4: Remove customer from refund and clerk from store requests [ajawadmirza] #4596
  • TransFirst Transaction Express: Update xml prefixing to be compatible with Nokogiri 1.13.4 [dsmcclain] #4582
  • Iveri: Adding support for external MPI 3DS2 [heavyblade] #4598
  • Credorax: Pass Network Transaction ID on MIT [jherreraa] #4600
  • iVeri: Remove schema validation on Live requests [curiousepic] #4606
  • Beanstream: Adding Third Party 3DS fields [heavyblade] #4602
  • Borgun: Add support for 3DS preauth [ajawadmirza] #4603
  • Cardstream: Add third party 3ds2 support [sainterman] #4570
  • Accept both formats of Canadian routing numbers [molbrown] #4568
  • DLocal: Add support for original_order_id [rachelkirk] #4605
  • CheckoutV2: Add support for merchant_initiated_transaction_id [rachelkirk] #4611
  • CardConnect: Add stored credential & pass any valid ecomind field [ajawadmirza] #4609
  • Alelo: Trigger access token refresh on 404 [curiousepic] #4614
  • DLocal: Add Network Tokens [gasb150] #4608
  • Redsys: enable NTID generation with zero-value verify [jcreiff] #4615
  • IPG: Add support for passing in store_id on transactions [aenand] #4619
  • Adyen: Field support for Level 2 and level 3 information [sainterman] #4617
  • Add alternate alpha2 country code for Kosovo [jcreiff] #4622
  • CyberSource: Add support for several fields [rachelkirk] #4623
  • Reach: adding gateway [cristian] #4618
  • Orbital: integration improvements [molbrown] #4626
  • iVeri: add new url [almalee24] #4630
  • Payeezy: Enable Apple Pay support [naashton] #4631
  • Payeezy: Scrub Cryptogram [naashton] #4633
  • Checkout: Fix for [:source][:stored] in stored credentials [marioarranzr] #4629
  • Mundipagg: send authorization_secret_key on all transaction types [edgarv09] #4635
  • CommerceHub: Add new gateway [naashton] #4640
  • CyberSource: Update installment data method [rachelkirk] #4642
  • Element: fix bug with billing address email [jcreiff] #4644
  • Openpay: set URL by merchant country [edgarv09] #4637
  • Alelo: Improving credentials refresh process [heavyblade] #4616
  • Decidir: Add transaction inquire request [almalee24] #4649
  • EBANX: add soft_descriptor field [jcreiff] #4658

... (truncated)

Commits
  • 7c82f82 Release v1.129.0
  • eed45fe Add rexml as a gem dependency (#4768)
  • cd91dde Revert "Rexml is no longer a default gem in Ruby 3 (#3852)" (#4767)
  • dad65a7 Rexml is no longer a default gem in Ruby 3 (#3852)
  • 65d1521 Stripe PI: Add billing address when tokenizing for ApplePay and GooglePay
  • 3a84714 Improve error handling: OAuth
  • a51d854 Litle update the successful_from method
  • a753cbc Shift4: add vendorReference field
  • d138569 Adyen: update selectedBrand mapping for Google Pay
  • 88022e8 Release 1.128.0
  • Additional commits viewable in compare view

Updates activesupport from 2.3.9 to 7.0.5

Release notes

Sourced from activesupport's releases.

v7.0.5

Active Support

  • Fixes TimeWithZone ArgumentError.

    Niklas Häusele

Active Model

  • No changes.

Active Record

  • Type cast #attribute_changed? :from and :to options.

    Andrew Novoselac

  • Fix index_exists? when column is an array.

    Eileen M. Uchitelle

  • Handle Date objects for PostgreSQL timestamptz columns.

    Alex Ghiculescu

  • Fix collation for changing column to non-string.

    Hartley McGuire

  • Map through subtype in PostgreSQL::OID::Array.

    Jonathan Hefner

  • Store correct environment in internal_metadata when run rails db:prepare.

    fatkodima

  • Make sure ActiveRecord::Relation#sum works with objects that implement #coerce without deprecation.

    Alex Ghiculescu

  • Fix retrieving foreign keys referencing tables named like keywords in PostgreSQL and MySQL.

    fatkodima

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.0.5 (May 24, 2023)

  • Fixes TimeWithZone ArgumentError.

    Niklas Häusele

Rails 7.0.4.3 (March 13, 2023)

Rails 7.0.4.2 (January 24, 2023)

  • No changes.

Rails 7.0.4.1 (January 17, 2023)

Rails 7.0.4 (September 09, 2022)

  • Ensure ActiveSupport::Testing::Isolation::Forking closes pipes

    Previously, Forking.run_in_isolation opened two ends of a pipe. The fork process closed the read end, wrote to it, and then terminated (which presumably closed the file descriptors on its end). The parent process closed the write end, read from it, and returned, never closing the read end.

    This resulted in an accumulation of open file descriptors, which could cause errors if the limit is reached.

    Sam Bostock

  • Redis cache store is now compatible with redis-rb 5.0.

    Jean Boussier

  • Fix NoMethodError on custom ActiveSupport::Deprecation behavior.

    ActiveSupport::Deprecation.behavior= was supposed to accept any object that responds to call, but in fact its internal implementation assumed that this object could respond to arity, so it was restricted to only Proc objects.

... (truncated)

Commits
  • e88857b Preparing for 7.0.5 release
  • ac1fc34 Sync CHANGELOG
  • f1d05d8 Merge pull request #47805 from fatkodima/fix-in_order_of-duplicates
  • 98497a6 Merge branch '7-0-4-sec' into 7-0-stable
  • c15ee6e Preparing for 7.0.4.3 release
  • 3468503 Implement SafeBuffer#bytesplice
  • e237700 Merge pull request #47573 from codergeek121/fix-timewithzone-argumenterror
  • ae53949 Merge pull request #47457 from zzak/ruby-3.3/feature/18285
  • 799b300 Version 7.0.4.2
  • 7c70791 Version 7.0.4.2
  • Additional commits viewable in compare view

Updates erubis from 2.6.6 to 2.7.0

Updates cucumber from 0.9.0 to 8.0.0

Release notes

Sourced from cucumber's releases.

v8.0.0

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)

v8.0.0.RC.1

Fixed

  • Fix TestRunFinished success property in html formatter and all formatters based on the messages: it now returns true if the run has passed (PR#1606 Issue#1604)
  • Fix usage of namespaced modules across multiple scenarios (PR#1603 Issue#1595)
  • Do not serialize Messages::Hook#tag_expression if it is empty. (PR#1579)
  • JSON Formatter uses "pretty" output format (PR#1580)
  • Fixed JSON Formatter "end of background" detection. (PR#1580)
  • Fixed JSON Formatter expansion of Scenario Outline templates in Doc Strings. (PR#1580)
  • Removed usage of eval in Cucumber::Term::ANSIColor and Cucumber::Formatter::ANSIColor. (PR#1589 Issue#1583)
  • Fixed DataTable#map_headers when headers have the same prefix. (PR#1598 Issue#1450)

Changed

... (truncated)

Changelog

Sourced from cucumber's changelog.

[8.0.0]

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)

[8.0.0.RC.1]

Changed

Fixed

  • Fix TestRunFinished success property in html formatter and all formatters based on the messages: it now returns true if the run has passed (PR#1606 Issue#1604)
  • Fix usage of namespaced modules across multiple scenarios (PR#1603 Issue#1595)
  • Do not serialize Messages::Hook#tag_expression if it is empty. (PR#1579)
  • JSON Formatter uses "pretty" output format (PR#1580)
  • Fixed JSON Formatter "end of background" detection. (PR#1580)
  • Fixed JSON Formatter expansion of Scenario Outline templates in Doc Strings. (PR#1580)
  • Removed usage of eval in Cucumber::Term::ANSIColor and Cucumber::Formatter::ANSIColor. (PR#1589 Issue#1583)
  • Fixed DataTable#map_headers when headers have the same prefix. (PR#1598 Issue#1450)

... (truncated)

Commits

Updates rspec-rails from 1.3.2 to 6.0.2

Release notes

Sourced from rspec-rails's releases.

4.0.2 / 2020-12-26

Full Changelog

Bug Fixes:

  • Indent all extra failure lines output from system specs. (Alex Robbin, #2321)
  • Generated request spec for update now uses the correct let. (Paul Hanyzewski, #2344)
  • Return true/false from predicate methods in config rather than raw values. (Phil Pirozhkov, Jon Rowe, #2353, #2354)
  • Remove old #fixture_path feature detection code which broke under newer Rails. (Koen Punt, Jon Rowe, #2370)

3.0.0.beta2 / 2014-02-17

full changelog

Bug fixes

  • Use __send__ rather than send to prevent naming collisions (Bradley Schaefer)
  • Supports Rails 4.1. (Andy Lindeman)
  • Routes are drawn correctly for anonymous controllers with abstract parents. (Billy Chan)
  • Loads ActiveSupport properly to support changes in Rails 4.1. (Andy Lindeman)
  • Anonymous controllers inherit from ActionController::Base if ApplicationController is not present. (Jon Rowe)
  • Require rspec/collection_matchers when rspec/rails is required. (Yuji Nakayama)

Enhancements

  • Improve be_valid matcher for non-ActiveModel::Errors implementations (Ben Hamill)

Breaking Changes for 3.0.0:

  • Removes the --webrat option for the request spec generator (Andy Lindeman)
  • Methods from Capybara::DSL (e.g., visit) are no longer available in controller specs. It is more appropriate to use capybara in feature specs (spec/features) instead. (Andy Lindeman)
  • infer_base_class_for_anonymous_controllers is enabled by default. (Thomas Holmes)
  • Capybara 2.2.0 or above is required for feature specs. (Andy Lindeman)

3.0.0.beta1 / 2013-11-07

full changelog

Breaking Changes for 3.0.0:

  • Extracts autotest and autotest-rails support to rspec-autotest gem. (Andy Lindeman)

2.99.0.beta2 / 2014-02-17

full changelog

... (truncated)

Changelog

Sourced from rspec-rails's changelog.

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)

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

... (truncated)

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 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.

…mber and rspec-rails

Bumps [activerecord](https://github.com/rails/rails), [rails](https://github.com/rails/rails), [activemerchant](https://github.com/activemerchant/active_merchant), [activesupport](https://github.com/rails/rails), [erubis](http://www.kuwata-lab.com/erubis/), [cucumber](https://github.com/cucumber/cucumber-ruby) and [rspec-rails](https://github.com/rspec/rspec-rails). These dependencies needed to be updated together.

Updates `activerecord` from 2.3.9 to 7.0.5
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.5/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v2.3.9...v7.0.5)

Updates `rails` from 2.3.9 to 7.0.5
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v2.3.9...v7.0.5)

Updates `activemerchant` from 1.8.0 to 1.129.0
- [Release notes](https://github.com/activemerchant/active_merchant/releases)
- [Changelog](https://github.com/activemerchant/active_merchant/blob/master/CHANGELOG)
- [Commits](activemerchant/active_merchant@v1.8.0...v1.129.0)

Updates `activesupport` from 2.3.9 to 7.0.5
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.5/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v2.3.9...v7.0.5)

Updates `erubis` from 2.6.6 to 2.7.0

Updates `cucumber` from 0.9.0 to 8.0.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@v0.9.0...v8.0.0)

Updates `rspec-rails` from 1.3.2 to 6.0.2
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/commits/v6.0.2)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: activemerchant
  dependency-type: direct:production
- dependency-name: activesupport
  dependency-type: direct:production
- dependency-name: erubis
  dependency-type: direct:production
- dependency-name: cucumber
  dependency-type: direct:development
- dependency-name: rspec-rails
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
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