From 481ac97c3cc077046ebbefcc3743b162e29fe665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:35:38 +0000 Subject: [PATCH] Bump activerecord from 4.2.11.3 to 6.1.7.1 Bumps [activerecord](https://github.com/rails/rails) from 4.2.11.3 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.11.3...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 39 ++++++++++++++++++--------------------- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index ef8243b..9986dfe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' gem 'sinatra' -gem 'activerecord', '~> 4.2', '>= 4.2.6', :require => 'active_record' +gem 'activerecord', '~> 6.1', :require => 'active_record' gem 'sinatra-activerecord', :require => 'sinatra/activerecord' gem 'rake' gem 'require_all' diff --git a/Gemfile.lock b/Gemfile.lock index e29d6e7..81c9dd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,24 +9,21 @@ GIT GEM remote: http://rubygems.org/ specs: - activemodel (4.2.11.3) - activesupport (= 4.2.11.3) - builder (~> 3.1) - activerecord (4.2.11.3) - activemodel (= 4.2.11.3) - activesupport (= 4.2.11.3) - arel (~> 6.0) - activesupport (4.2.11.3) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + 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) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - arel (6.0.4) bcrypt (3.1.15) bond (0.5.1) - builder (3.2.4) capybara (3.33.0) addressable mini_mime (>= 0.1.3) @@ -36,7 +33,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) daemons (1.3.1) database_cleaner-active_record (2.0.0.beta2) activerecord @@ -44,12 +41,12 @@ GEM diff-lcs (1.4.4) dotenv (2.7.6) eventmachine (1.2.7) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (1.0.0) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.17.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nokogiri (1.10.10) @@ -105,23 +102,23 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thread_safe (0.3.6) tilt (2.0.10) tux (0.3.0) ripl (>= 0.3.5) ripl-multi_line (>= 0.2.4) ripl-rack (>= 0.2.0) sinatra (>= 1.2.1) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.2, >= 4.2.6) + activerecord (~> 6.1) bcrypt capybara database_cleaner!