From 5173c16ad426f56df655b0aa4d15c55b3b7f07ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 13:52:05 +0000 Subject: [PATCH] Bump activerecord from 6.0.1 to 6.1.7.3 Bumps [activerecord](https://github.com/rails/rails) from 6.0.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc47038..638d250 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ji2p (0.0.3-java) + ji2p (0.0.3-x86_64-linux) activerecord (>= 3.0.18) activerecord-jdbc-adapter (~> 0) activerecord-jdbcsqlite3-adapter (~> 0) @@ -18,21 +18,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.1) - activesupport (= 6.0.1) - activerecord (6.0.1) - activemodel (= 6.0.1) - activesupport (= 6.0.1) - activerecord-jdbc-adapter (0.9.7-java) - activerecord-jdbcsqlite3-adapter (0.9.7-java) - activerecord-jdbc-adapter (= 0.9.7) - jdbc-sqlite3 (>= 3.6.3.054) - activesupport (6.0.1) + activemodel (6.1.7.3) + activesupport (= 6.1.7.3) + activerecord (6.1.7.3) + activemodel (= 6.1.7.3) + activesupport (= 6.1.7.3) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) awesome_print (0.4.0) backports (3.15.0) better_errors (2.5.1) @@ -68,7 +64,6 @@ GEM concurrent-ruby (1.1.5) concurrent-ruby-edge (0.5.0) concurrent-ruby (~> 1.1.5) - dbd-jdbc (0.1.6-java) dbi (0.4.5) deprecated (= 2.0.1) debug_inspector (0.0.3) @@ -82,12 +77,13 @@ GEM fancy_irb (1.2.0) paint (>= 0.9, < 3.0) unicode-display_width (~> 1.1) + ffi (1.11.2) ffi (1.11.2-java) hirb (0.7.3) httparty (0.17.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.7.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) interactive_editor (0.0.11) spoon (>= 0.0.1) @@ -113,7 +109,6 @@ GEM ruby_version (~> 1.0) wirb (~> 2.0) jar-dependencies (0.4.0) - jdbc-sqlite3 (3.28.0) jruby-jars (9.2.9.0) jruby-rack (0.9.9) method_source (0.9.2) @@ -121,18 +116,21 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - minitest (5.13.0) + minitest (5.15.0) multi_json (1.14.1) multi_xml (0.6.0) object_shadow (1.1.0) ori (0.1.0) os (1.0.1) paint (2.1.1) + pry (0.12.2) + coderay (~> 1.1.0) + method_source (~> 0.9.0) pry (0.12.2-java) coderay (~> 1.1.0) method_source (~> 0.9.0) spoon (~> 0.0) - puma (0.9.5-java) + puma (0.9.5) rack (>= 1.2, < 2.0) rack (1.5.5) rack-protection (1.5.5) @@ -160,21 +158,21 @@ GEM tilt (>= 1.3, < 3) spoon (0.0.6) ffi - thread_safe (0.3.6-java) tilt (2.0.10) timers (4.3.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.0) warbler (0.9.14) jruby-jars (>= 1.3.1) rake (>= 0.7.3) wirb (2.1.2) paint (>= 0.9, < 3.0) - zeitwerk (2.2.1) + zeitwerk (2.6.7) PLATFORMS java + x86_64-linux DEPENDENCIES awesome_print (~> 0)