Skip to content

Bump activerecord, exception_notification, factory_girl, grape-rabl, grape-kaminari, activesupport, active_record_migrations, activerecord-postgis-adapter, grape, sinatra, rack_csrf, capistrano and rake#34

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/activerecord-and-exception_notification-and-factory_girl-and-grape-rabl-and-grape-kaminari-and-activesupport-and-active_record_migrations-and-activerecord-postgis-adapter-and-grape-and-sinatra-and-rack_csrf-and-capistrano-and-rake-7.0.3.1
Closed

Bump activerecord, exception_notification, factory_girl, grape-rabl, grape-kaminari, activesupport, active_record_migrations, activerecord-postgis-adapter, grape, sinatra, rack_csrf, capistrano and rake#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/activerecord-and-exception_notification-and-factory_girl-and-grape-rabl-and-grape-kaminari-and-activesupport-and-active_record_migrations-and-activerecord-postgis-adapter-and-grape-and-sinatra-and-rack_csrf-and-capistrano-and-rake-7.0.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2022

Bumps activerecord, exception_notification, factory_girl, grape-rabl, grape-kaminari, activesupport, active_record_migrations, activerecord-postgis-adapter, grape, sinatra, rack_csrf, capistrano and rake. These dependencies needed to be updated together.
Updates activerecord from 4.2.5.1 to 7.0.3.1

Release notes

Sourced from activerecord's releases.

7.0.3

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Some internal housekeeping on reloads could break custom respond_to? methods in class objects that referenced reloadable constants. See #44125 for details.

    Xavier Noria

  • Fixed MariaDB default function support.

    Defaults would be written wrong in "db/schema.rb" and not work correctly if using db:schema:load. Further more the function name would be added as string content when saving new records.

    kaspernj

  • Fix remove_foreign_key with :if_exists option when foreign key actually exists.

    fatkodima

  • Remove --no-comments flag in structure dumps for PostgreSQL

    This broke some apps that used custom schema comments. If you don't want comments in your structure dump, you can use:

    ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--no-comments']

    Alex Ghiculescu

  • Use the model name as a prefix when filtering encrypted attributes from logs.

    For example, when encrypting Person#name it will add person.name as a filter parameter, instead of just name. This prevents unintended filtering of parameters with a matching name in other models.

... (truncated)

Changelog

Sourced from activerecord's changelog.

Rails 7.0.3.1 (July 12, 2022)

  • Change ActiveRecord::Coders::YAMLColumn default to safe_load

    This adds two new configuration options The configuration options are as follows:

    • config.active_storage.use_yaml_unsafe_load

    When set to true, this configuration option tells Rails to use the old "unsafe" YAML loading strategy, maintaining the existing behavior but leaving the possible escalation vulnerability in place. Setting this option to true is not recommended, but can aid in upgrading.

    • config.active_record.yaml_column_permitted_classes

    The "safe YAML" loading method does not allow all classes to be deserialized by default. This option allows you to specify classes deemed "safe" in your application. For example, if your application uses Symbol and Time in serialized data, you can add Symbol and Time to the allowed list as follows:

    config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time]
    

    [CVE-2022-32224]

Rails 7.0.3 (May 09, 2022)

  • Some internal housekeeping on reloads could break custom respond_to? methods in class objects that referenced reloadable constants. See #44125 for details.

    Xavier Noria

  • Fixed MariaDB default function support.

    Defaults would be written wrong in "db/schema.rb" and not work correctly if using db:schema:load. Further more the function name would be added as string content when saving new records.

    kaspernj

  • Fix remove_foreign_key with :if_exists option when foreign key actually exists.

    fatkodima

  • Remove --no-comments flag in structure dumps for PostgreSQL

... (truncated)

Commits
  • 04972d9 Preparing for 7.0.3.1 release
  • 0c68c1f updating version and changelog
  • 9529dc8 Change ActiveRecord::Coders::YAMLColumn default to safe_load
  • 3872bc0 Preparing for 7.0.3 release
  • cd7700b Merge pull request #45016 from adrianna-chang-shopify/ac-fix-strict-loading-p...
  • f99f422 Merge pull request #45018 from lucthev/lt/strict-false
  • 3594d29 Merge pull request #44956 from sato11/document-uses_transaction
  • f154d9b Merge pull request #45012 from fatkodima/fix-sql-comments-regex
  • 46f84bc activerecord: log unnamed bind params
  • 976a543 activerecord: add log sql with unnamed bind test
  • Additional commits viewable in compare view

Updates exception_notification from 4.1.4 to 4.5.0

Changelog

Sourced from exception_notification's changelog.

== 4.5.0

  • enhancements

    • Added Rails 7 compatibility (by @​fwininger)
    • Added support for the optional data attribute to the SNS notifier (@​TomK32)
    • Addressed a deprecation warning for module_parent_name which was thrown for users using Rails > 6.x (@​quorak)
    • Restored the hash separator for controller#action in the email notifier (@​garethrees)
  • removals

    • Dropped support for Tinder (gem is no longer maintained) (by @​fwininger)
    • Dropped support for Ruby on Rails versions below 5.2

== 4.4.3

  • big fixes
    • Remove using configured default from address from custom mailer_parent class

== 4.4.2 (yanked)

  • bug fixes
    • Fix sender_address being overwritten

== 4.4.1

  • enhancements

    • Enhance ignore_if option to allow by-notifier customization (by @​fursich)
    • Ignore extended modules of ignored exceptions (by @​elengine)
    • Add exception_data to Mattermost notifier (by @​camillof)
  • bug fixes

== 4.4.0

== 4.3.0

  • enhancements

... (truncated)

Commits
  • 13bd47d Merge pull request #527 from mschnitzer/master
  • 092d399 Delete travis config
  • 60cbe96 Reflect current GitHub actions build status in README
  • 01874d9 Update release date for upcoming 4.5.0 release
  • 7337212 Highlight that Rails versions below 5.2 are no longer supported
  • 5eaea31 Merge pull request #524 from Cyberwatch/refactor_tests
  • 84f4be8 Add net-smtp to be compatible with ruby 3.1
  • 7d3c321 Use github action for testing and update test suite
  • 10272f9 Merge pull request #526 from mschnitzer/prepare_for_4.5.0
  • 09fb4a4 Merge pull request #523 from Cyberwatch/update_rails_7
  • Additional commits viewable in compare view

Updates factory_girl from 4.5.0 to 4.9.0

Changelog

Sourced from factory_girl's changelog.

4.9.0 (skipped - FactoryGirl only release)

4.8.2 (October 20, 2017)

  • Rename factory_girl to factory_bot

4.8.1 (September 28, 2017)

  • Explicitly define #destroyed? within the Stub strategy to return nil instead of raising
  • Update various dependencies
  • Update internal test suite to use RSpec's mocking/stubbing instead of mocha

4.8.0 (December 16, 2016)

  • Improve documentation
  • Add FactoryGirl.generate_list to be consistent with build_list/create_list and friends
  • Add FactoryGirl.use_parent_strategy configuration to allow associations to leverage parent build strategy

4.7.0 (April 1, 2016)

  • Improve documentation
  • Improve instrumentation payload to include traits, overrides, and the factory itself
  • Allow linting of traits
  • Deprecate factory lookup by class name in preparation for 5.0
  • Improve internal performance by using flat_map instead of map and compact
  • Improve handling of dirty attributes after building a stubbed object
  • Reduce warnings from redefining methods

4.6.0 (skipped)

Commits
  • 8141b0b Bump version to 4.9.0
  • 48296b9 Deprecate factory_girl and provide upgrade instructions
  • f48b90a Update migration base class to work with new versions of Rails (#1041)
  • dd420df Update ordered assertion test (#1042)
  • 1924bc0 Simplify DatabaseCleaner code example for linter (#1009)
  • 07b796e Improve lint rake task example to return proper exit code (#1011)
  • 38a4a25 Update copyright year
  • 0dadb2f Allow linting factory strategy to be specified (#1019)
  • 5e6f018 Pass evaluator to to_create (#1036)
  • 3872ab7 Bump version to 4.8.1
  • Additional commits viewable in compare view

Updates grape-rabl from 0.4.1 to 0.5.0

Changelog

Sourced from grape-rabl's changelog.

v0.5.0

  • #34: If no RABL template is specified, fallback to the default response format as determined by Grape - @​chrisbloom7.

v0.4.3

v0.4.2

Commits
  • 6349067 Preparing for release 0.5.0
  • f808c48 Allow fallback to use formatter for default format (#34)
  • 359298a README: Repair link to Grape project
  • 0ecce93 README: Drop Gemnasium badge
  • a2cd71f Merge pull request #46 from dblock/ruboocop-0.51.0
  • c17f5ff Upgraded RuboCop to 0.51.0.
  • 16216b5 Removed non-working badge. [ci skip]
  • e5e3cac Preparing for next developer iteration, 0.4.4.
  • 6d83f87 Preparing for release, 0.4.3.
  • 5b5f4d6 Merge pull request #45 from dblock/danger
  • Additional commits viewable in compare view

Updates grape-kaminari from 0.1.8 to 0.4.3

Changelog

Sourced from grape-kaminari's changelog.

0.5.0 (Next)

Features

  • Your contribution here.

Fixes

  • Your contribution here.

0.4.1

Features

  • #58: Allow to paginate without counting - @​dim.

0.4.0

Features

Fixes

  • #57: Fix issues related to Grape v1.5 release - @​dim.

0.3.0 (2020/08/10)

0.2.1 (2020/06/18)

Fixes

  • #52: Skip per-page range validation for non-integer values - @​dim.

0.2.0 (2020/06/18)

Revived project, migrated to https://github.com/bsm/grape-kaminari/blob/main/github.com/bsm/grape-kaminari.

Features

Fixes

Commits
  • 03b5d0d Include test, bump versions (#63)
  • cc7b962 compatibility/grape 1.6.1+ dependency (#62)
  • 51141f4 Migrate to GH actions (#60)
  • 4872644 Merge pull request #58 from bsm/feature/without-count
  • 2a04708 Pagination without count
  • 6cf8c42 Merge pull request #57 from bsm/fix/grape-1.5
  • 7861727 Grape v1.5 fixes + shared pagination parameters
  • 00f789c Merge pull request #56 from bsm/feature/changelog
  • 569de18 Introduce a CHANGELOG
  • 9f7460c Merge pull request #54 from bsm/fix/endpoint-helper-inheritance
  • Additional commits viewable in compare view

Updates activesupport from 4.2.5.1 to 7.0.3.1

Release notes

Sourced from activesupport's releases.

7.0.3

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Some internal housekeeping on reloads could break custom respond_to? methods in class objects that referenced reloadable constants. See #44125 for details.

    Xavier Noria

  • Fixed MariaDB default function support.

    Defaults would be written wrong in "db/schema.rb" and not work correctly if using db:schema:load. Further more the function name would be added as string content when saving new records.

    kaspernj

  • Fix remove_foreign_key with :if_exists option when foreign key actually exists.

    fatkodima

  • Remove --no-comments flag in structure dumps for PostgreSQL

    This broke some apps that used custom schema comments. If you don't want comments in your structure dump, you can use:

    ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--no-comments']

    Alex Ghiculescu

  • Use the model name as a prefix when filtering encrypted attributes from logs.

    For example, when encrypting Person#name it will add person.name as a filter parameter, instead of just name. This prevents unintended filtering of parameters with a matching name in other models.

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.0.3.1 (July 12, 2022)

  • No changes.

Rails 7.0.3 (May 09, 2022)

  • No changes.

Rails 7.0.2.4 (April 26, 2022)

  • Fix and add protections for XSS in ActionView::Helpers and ERB::Util.

    Add the method ERB::Util.xml_name_escape to escape dangerous characters in names of tags and names of attributes, following the specification of XML.

    Álvaro Martín Fraguas

Rails 7.0.2.3 (March 08, 2022)

  • No changes.

Rails 7.0.2.2 (February 11, 2022)

  • Fix Reloader method signature to work with the new Executor signature

Rails 7.0.2.1 (February 11, 2022)

  • No changes.

Rails 7.0.2 (February 08, 2022)

  • Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4

    Stephen Sugden

  • Improve File.atomic_write error handling.

    Daniel Pepper

Rails 7.0.1 (January 06, 2022)

... (truncated)

Commits
  • 04972d9 Preparing for 7.0.3.1 release
  • 0c68c1f updating version and changelog
  • 3872bc0 Preparing for 7.0.3 release
  • 082e929 Merge pull request #45027 from rails/fix-tag-helper-regression
  • 2722895 Emphasize cacheable objects in guide and API docs [ci-skip]
  • a1fbc46 Allow setting some active support settings via initializers
  • c204039 Merge branch '7-0-sec' into 7-0-stable
  • 3520cc7 Preparing for 7.0.2.4 release
  • f2f7900 updating changelog for release
  • 2266802 Merge pull request #44893 from ghousemohamed/add-docs-for-run-load-hooks
  • Additional commits viewable in compare view

Updates active_record_migrations from 4.2.5.1.1 to 6.1.1.2

Commits
  • 377711e Release a new version with the environment fix
  • 42da53e Merge pull request #26 from bf39l/master
  • ebe488b line up 'ar_internal_metadata' env value
  • c7e2d30 v6.1.1.1: Remove warnings on ActiveRecord 6.1.1
  • 44a03d3 Add support for ActiveRecord >= 5.2.0
  • 32c3e8c v5.0.2.1: should work with future versions of AR too
  • 4384fa4 v5.0.1.1: upgrade AR to 5.0.1
  • bda01c6 v5.0.0.1.1: upgrade AR to 5.0.0.1
  • d6c52d0 v5.0.0.2: Fix missing requirements from AR
  • 2b3772a v5.0.0.1: upgrade to AR 5.0.0
  • Additional commits viewable in compare view

Updates activerecord-postgis-adapter from 3.1.4 to 8.0.0

Changelog

Sourced from activerecord-postgis-adapter's changelog.

8.0.0 / 2022-01-03

  • ActiveRecord 7 support (seuros) #352

7.1.1 / 2021-08-17

  • Modify truncate_tables to ignore spatial_ref_sys #341, #345
  • Fix Default Values #347

7.1.0 / 2021-03-28

  • Support Attributes #334
  • Access configuration_hash using symbols #335
  • Support JRuby #330

7.0.1 / 2021-01-13

  • Fix db:gis:setup task #329

7.0.0 / 2020-12-22

  • Add ActiveRecord 6.1 Compatability (tagliala) #324
  • Change SpatialFactoryStore attribute parsing #325
  • Update Arel Module #325

6.0.2 / 2020-03-28

  • Support JRuby #331

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

... (truncated)

Commits

Updates grape from 0.17.0 to 1.6.2

Changelog

Sourced from grape's changelog.

1.6.2 (2021/12/30)

Fixes

  • #2219: Revert the changes for autoloading provided in 1.6.1 - @​dm1try.

1.6.1 (2021/12/28)

Features

Fixes

1.6.0 (2021/10/04)

Features

Fixes

1.5.3 (2021/03/07)

Fixes

1.5.2 (2021/02/06)

Features

  • #2157: Custom types can set a message to be used in the response when invalid - @​dnesteryuk.

... (truncated)

Commits

Updates sinatra from 1.4.7 to 2.2.0

Changelog

Sourced from sinatra's changelog.

2.2.0 / 2022-02-15

  • Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon

  • Minor refactors in base.rb. #1640 by ceclinux

  • Add escaping to the static 404 page. #1645 by Chris Gavin

  • Remove detect_rack_handler method. #1652 by ceclinux

  • Respect content type set in superclass before filter. Fixes #1647 #1649 by Jordan Owens

  • Revert "Use prepend instead of include for helpers. #1662 by namusyaka

  • Fix usage of inherited Sinatra::Base classes keyword arguments. Fixes #1669 #1670 by Cadu Ribeiro

  • Reduce RDoc generation time by not including every README. Fixes #1578 #1671 by Eloy Pérez

  • Add support for per form csrf tokens. Fixes #1616 #1653 by Jordan Owens

  • Update MAINTENANCE.md with the stable branch status. #1681 by Fredrik Rubensson

  • Validate expanded path matches public_dir when serving static files. #1683 by cji-stripe

  • Fix Delegator to pass keyword arguments for Ruby 3.0. #1684 by andrewtblake

  • Fix use with keyword arguments for Ruby 3.0. #1701 by Robin Wallin

  • Fix memory leaks for proc template. Fixes #1704 #1719 by Slevin

  • Remove unnecessary test_files from the gemspec. #1712 by Masataka Pocke Kuwabara

  • Add #select, #reject and #compact methods to Sinatra::IndifferentHash. #1711 by Olivier Bellone

  • Docs: Spanish documentation: Update README.es.md with removal of Thin. #1630 by Espartaco Palma

  • Docs: German documentation: Fixed typos in German README.md. #1648 by Juri

  • Docs: Japanese documentation: Update README.ja.md with removal of Thin. #1629 by Ryuichi KAWAMATA

  • Docs: English documentation: Various minor fixes to README.md. #1663 by Yanis Zafirópulos

  • Docs: English documentation: Document when dump_errors is enabled. Fixes #1664 #1665 by Patrik Ragnarsson

  • Docs: Brazilian Portuguese documentation: Update README.pt-br.md with translation fixes. #1668 by Vitor Oliveira

CI

  • Use latest JRuby 9.2.16.0 on CI. #1682 by Olle Jonsson

... (truncated)

Commits
  • 44ce685 Bump version to 2.2.0
  • 759a8eb Block invalid requests instead of raising error
  • f6cee1c Merge pull request #1743 from tamazon/fix_EOFError
  • 59d8b26 Merge pull request #1733 from epergo/ep/update-changelog
  • c29749d lock rack version to 2.0 for now
  • df65a73 Handle EOFError raised by Rack
  • d1597ab Update changelog since last release
  • e69b6b9 Merge pull request #1728 from olleolleolle/patch-4
  • a6554e3 chore: Drop boilerplate comments
  • d6ba201 Remove ruby head from build
  • Additional commits viewable in compare view

Updates rack_csrf from 2.5.0 to 2.6.0

Changelog

Sourced from rack_csrf's changelog.

v2.6.0 (2016-12-31)

Many little, internal, changes; the important ones are:

  • switched to use SecureRandom.urlsafe_base64 to make the token URL-friendly (courtesy of steved);
  • code is tested against Rack 1.4, 1.5, 1.6 and 2.0;
  • code is tested only on Ruby 2.0.0 and later.
Commits
  • 86c6a44 Version bump to 2.6.0.
  • a5e24c8 Updated Changelog, LICENSE and README.
  • 7a151a2 Updated the list of Rubies to test against.
  • c32425b Bumped up Cucumber.
  • 7a02a8a Added Rack 2.0.* to the list of Rack versions we test against.
  • cd9acde Dropped Ruby 2.3.0.
  • 5662679 Oh well, no 2.3 alias seems to exist...
  • 113c385 Revert "Revert "Added Ruby 2.3.* to the list of Rubies to test against.""
  • 8855519 Moved token check; switched to more secure comparison method.
  • 72a0d91 Revert "Added Ruby 2.3.* to the list of Rubies to test against."
  • Additional commits viewable in compare view

Updates capistrano from 3.16.0 to 3.17.0

Release notes

Sourced from capistrano's releases.

3.17.0

✨ New Features

🐛 Bug Fixes

  • Add linked_dirs and linked_files to VariblesDoctor WHITELIST (#2103) @​y-yagi

🏠 Housekeeping

Commits

Updates rake from 10.5.0 to 13.0.6

Changelog

Sourced from rake's changelog.

=== 13.0.6

  • Additional fix for #389 Pull request #390 by hsbt

=== 13.0.5

  • Fixed the regression of #388 Pull request #389 by hsbt

=== 13.0.4

  • Fix rake test loader swallowing useful error information. Pull request #367 by deivid-rodriguez
  • Add -C/--directory option the same as GNU make. Pull request #376 by nobu

=== 13.0.3

  • Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin

=== 13.0.2

==== Enhancements

  • Fix tests to work with current FileUtils Pull Request #358 by jeremyevans
  • Simplify default rake test loader Pull Request #357 by deivid-rodriguez
  • Update rdoc Pull Request #366 by bahasalien
  • Update broken links to rake articles from Avdi in README Pull Request #360 by svl7

=== 13.0.1

==== Bug fixes

  • Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by thorsteneckel
  • Fix an incorrectly resolved arg pattern Pull Request #327 by mjbellantoni

=== 13.0.0

==== Enhancements

  • Follows recent changes on keyword arguments in ruby 2.7. Pull Request #326 by nobu

... (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
  • `@depen...

Description has been truncated

…grape-kaminari, activesupport, active_record_migrations, activerecord-postgis-adapter, grape, sinatra, rack_csrf, capistrano and rake

Bumps [activerecord](https://github.com/rails/rails), [exception_notification](https://github.com/smartinez87/exception_notification), [factory_girl](https://github.com/thoughtbot/factory_girl), [grape-rabl](https://github.com/ruby-grape/grape-rabl), [grape-kaminari](https://github.com/monterail/grape-kaminari), [activesupport](https://github.com/rails/rails), [active_record_migrations](https://github.com/rosenfeld/active_record_migrations), [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter), [grape](https://github.com/ruby-grape/grape), [sinatra](https://github.com/sinatra/sinatra), [rack_csrf](https://github.com/baldowl/rack_csrf), [capistrano](https://github.com/capistrano/capistrano) and [rake](https://github.com/ruby/rake). These dependencies needed to be updated together.

Updates `activerecord` from 4.2.5.1 to 7.0.3.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v4.2.5.1...v7.0.3.1)

Updates `exception_notification` from 4.1.4 to 4.5.0
- [Release notes](https://github.com/smartinez87/exception_notification/releases)
- [Changelog](https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc)
- [Commits](smartinez87/exception_notification@v4.1.4...v4.5.0)

Updates `factory_girl` from 4.5.0 to 4.9.0
- [Release notes](https://github.com/thoughtbot/factory_girl/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v4.5.0...v4.9.0)

Updates `grape-rabl` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/ruby-grape/grape-rabl/releases)
- [Changelog](https://github.com/ruby-grape/grape-rabl/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape-rabl@v0.4.1...v0.5.0)

Updates `grape-kaminari` from 0.1.8 to 0.4.3
- [Release notes](https://github.com/monterail/grape-kaminari/releases)
- [Changelog](https://github.com/bsm/grape-kaminari/blob/main/CHANGELOG.md)
- [Commits](bsm/grape-kaminari@v0.1.8...v0.4.3)

Updates `activesupport` from 4.2.5.1 to 7.0.3.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v4.2.5.1...v7.0.3.1)

Updates `active_record_migrations` from 4.2.5.1.1 to 6.1.1.2
- [Release notes](https://github.com/rosenfeld/active_record_migrations/releases)
- [Commits](rosenfeld/active_record_migrations@v4.2.5.1.1...v6.1.1.2)

Updates `activerecord-postgis-adapter` from 3.1.4 to 8.0.0
- [Release notes](https://github.com/rgeo/activerecord-postgis-adapter/releases)
- [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md)
- [Commits](rgeo/activerecord-postgis-adapter@v3.1.4...v8.0.0)

Updates `grape` from 0.17.0 to 1.6.2
- [Release notes](https://github.com/ruby-grape/grape/releases)
- [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape@v0.17.0...v1.6.2)

Updates `sinatra` from 1.4.7 to 2.2.0
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v1.4.7...v2.2.0)

Updates `rack_csrf` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/baldowl/rack_csrf/releases)
- [Changelog](https://github.com/baldowl/rack_csrf/blob/master/Changelog.md)
- [Commits](baldowl/rack_csrf@v2.5.0...v2.6.0)

Updates `capistrano` from 3.16.0 to 3.17.0
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](capistrano/capistrano@v3.16.0...v3.17.0)

Updates `rake` from 10.5.0 to 13.0.6
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v13.0.6)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
- dependency-name: exception_notification
  dependency-type: direct:production
- dependency-name: factory_girl
  dependency-type: direct:development
- dependency-name: grape-rabl
  dependency-type: direct:production
- dependency-name: grape-kaminari
  dependency-type: direct:production
- dependency-name: activesupport
  dependency-type: direct:production
- dependency-name: active_record_migrations
  dependency-type: direct:production
- dependency-name: activerecord-postgis-adapter
  dependency-type: direct:production
- dependency-name: grape
  dependency-type: direct:production
- dependency-name: sinatra
  dependency-type: direct:production
- dependency-name: rack_csrf
  dependency-type: direct:production
- dependency-name: capistrano
  dependency-type: direct:development
- dependency-name: rake
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2022

Superseded by #37.

@dependabot dependabot bot closed this Sep 12, 2022
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