From e3b3465ae55ba855f48ffd1dbd90365ba313da7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 08:04:29 +0000 Subject: [PATCH] Bump activerecord from 5.2.0 to 5.2.4.5 Bumps [activerecord](https://github.com/rails/rails) from 5.2.0 to 5.2.4.5. - [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/v5.2.0...v5.2.4.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 2c1d626..17b1060 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'sinatra', '2.0.2', require: 'sinatra/base' gem 'sinatra-contrib', '2.0.2', require: false gem 'pg', '0.21.0' -gem 'activerecord', '5.2' +gem 'activerecord', '5.2.4.5' gem 'sinatra-activerecord', '2.0.13' gem 'thin', '1.7.2' gem 'activerecord-rack', '1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index f5bedca..b8e63ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.0) - activesupport (= 5.2.0) - activerecord (5.2.0) - activemodel (= 5.2.0) - activesupport (= 5.2.0) + activemodel (5.2.4.5) + activesupport (= 5.2.4.5) + activerecord (5.2.4.5) + activemodel (= 5.2.4.5) + activesupport (= 5.2.4.5) arel (>= 9.0) activerecord-rack (1.0.0) activerecord (~> 5.0) rack - activesupport (5.2.0) + activesupport (5.2.4.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -28,7 +28,7 @@ GEM coderay (1.1.2) composite_primary_keys (11.0.3) activerecord (~> 5.2.0) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.8) daemons (1.3.1) diff-lcs (1.3) email_validator (1.6.0) @@ -58,7 +58,7 @@ GEM haml (5.0.4) temple (>= 0.8.0) tilt - i18n (1.5.2) + i18n (1.8.9) concurrent-ruby (~> 1.0) json (2.1.0) jwt (2.1.0) @@ -68,7 +68,7 @@ GEM ruby_dep (~> 1.2) lumberjack (1.0.13) method_source (0.9.2) - minitest (5.11.3) + minitest (5.14.4) multi_json (1.13.1) mustermann (1.0.3) nenv (0.3.0) @@ -147,7 +147,7 @@ GEM tilt (2.0.9) tng-gtk-utils (0.4.1) redis (~> 4.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.4.1) @@ -155,7 +155,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (= 5.2) + activerecord (= 5.2.4.5) activerecord-rack (= 1.0.0) bcrypt ci_reporter_rspec (= 1.0.0)