From 910c98ecdf8dfbaac524906a06ad9e349a60f56a Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sat, 12 Oct 2019 14:27:33 -0700 Subject: [PATCH 1/2] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..63d1618 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: paypal.me/miasteinkirch From a914d8d881ba0356ea4915fe71e3d8f233bd93f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:49:04 +0000 Subject: [PATCH 2/2] Bump activerecord from 3.1.3 to 6.1.7.1 Bumps [activerecord](https://github.com/rails/rails) from 3.1.3 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.1.3...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 90b2ed4..7870749 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,28 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.1.3) - activesupport (= 3.1.3) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activesupport (3.1.3) - multi_json (~> 1.0) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) archive-tar-minitar (0.5.2) - arel (2.2.1) - builder (3.0.0) colorize (0.5.8) columnize (0.3.6) + concurrent-ruby (1.2.3) diff-lcs (1.1.3) - i18n (0.6.0) + i18n (1.14.4) + concurrent-ruby (~> 1.0) json (1.6.4) linecache19 (0.5.12) ruby_core_source (>= 0.1.4) - multi_json (1.0.4) + minitest (5.22.3) nyan-cat-formatter (0.0.5) rdoc (3.12) json (~> 1.4) @@ -50,7 +50,9 @@ GEM ruby_parser (>= 2.0.4) sexp_processor (>= 3.0.1) sexp_processor (3.0.10) - tzinfo (0.3.31) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.13) PLATFORMS ruby