From a0bc9eb48abe2dbd6c0821953207b6b6a1ee651f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 04:29:38 +0000 Subject: [PATCH] Bump activerecord from 6.0.0 to 6.1.3 Bumps [activerecord](https://github.com/rails/rails) from 6.0.0 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v6.1.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e3f101..e93104a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,20 +9,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) + activemodel (6.1.3) + activesupport (= 6.1.3) + activerecord (6.1.3) + activemodel (= 6.1.3) + activesupport (= 6.1.3) activerecord-postgis-adapter (6.0.0) activerecord (~> 6.0) rgeo-activerecord (~> 6.0) - activesupport (6.0.0) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) aruba (0.14.12) childprocess (>= 0.6.3, < 4.0.0) contracts (~> 0.9) @@ -37,7 +37,7 @@ GEM rubyzip (~> 1.1) tilt (>= 1.4) childprocess (3.0.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) contracts (0.16.0) cucumber (3.1.2) builder (>= 2.1.2) @@ -58,10 +58,10 @@ GEM diff-lcs (1.3) ffi (1.11.1) gherkin (5.1.0) - i18n (1.7.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.4) multi_json (1.14.1) multi_test (0.1.2) nokogiri (1.10.5) @@ -87,11 +87,10 @@ GEM rspec-support (3.9.0) rubyzip (1.3.0) thor (0.20.3) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.5) - thread_safe (~> 0.1) - zeitwerk (2.2.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby