From c5a6eeea20137ee71b12f68dcb3c5c0049747e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 00:52:27 +0000 Subject: [PATCH] Bump activerecord from 4.2.11.1 to 5.2.8.1 Bumps [activerecord](https://github.com/rails/rails) from 4.2.11.1 to 5.2.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.11.1...v5.2.8.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 +++++++++++++++----------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index ecdc811..ffc5ff7 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', '~> 5.2', :require => 'active_record' gem 'sinatra-activerecord', :require => 'sinatra/activerecord' gem 'rake' gem 'require_all' diff --git a/Gemfile.lock b/Gemfile.lock index dd53f64..ba2e917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,22 @@ GEM remote: http://rubygems.org/ specs: - activemodel (4.2.11.1) - activesupport (= 4.2.11.1) - builder (~> 3.1) - activerecord (4.2.11.1) - activemodel (= 4.2.11.1) - activesupport (= 4.2.11.1) - arel (~> 6.0) - activesupport (4.2.11.1) - i18n (~> 0.7) + activemodel (5.2.8.1) + activesupport (= 5.2.8.1) + activerecord (5.2.8.1) + activemodel (= 5.2.8.1) + activesupport (= 5.2.8.1) + arel (>= 9.0) + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - arel (6.0.4) + arel (9.0.0) bcrypt (3.1.13) bond (0.5.1) - builder (3.2.3) capybara (3.23.0) addressable mini_mime (>= 0.1.3) @@ -28,17 +26,17 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) daemons (1.3.1) database_cleaner (1.7.0) diff-lcs (1.3) eventmachine (1.2.7) - i18n (0.9.5) + i18n (1.11.0) concurrent-ruby (~> 1.0) method_source (0.9.2) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.16.2) mustermann (1.0.3) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) @@ -99,7 +97,7 @@ GEM ripl-multi_line (>= 0.2.4) ripl-rack (>= 0.2.0) sinatra (>= 1.2.1) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) xpath (3.2.0) nokogiri (~> 1.8) @@ -108,7 +106,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.2, >= 4.2.6) + activerecord (~> 5.2) bcrypt capybara database_cleaner