From 5bb3ad2c1bcb5252afb71653a4d17db00c271215 Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Thu, 20 Jan 2022 21:42:34 -0500 Subject: [PATCH] Update example --- examples/rakefile-activerecord7.0/Gemfile | 2 +- examples/rakefile-activerecord7.0/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/rakefile-activerecord7.0/Gemfile b/examples/rakefile-activerecord7.0/Gemfile index 01c6fcb..61a074b 100644 --- a/examples/rakefile-activerecord7.0/Gemfile +++ b/examples/rakefile-activerecord7.0/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activerecord', '7.0.0', require: 'active_record' +gem 'activerecord', '7.0.1', require: 'active_record' gem 'otr-activerecord', path: '../../' gem 'sqlite3' gem 'rake' diff --git a/examples/rakefile-activerecord7.0/Gemfile.lock b/examples/rakefile-activerecord7.0/Gemfile.lock index e466692..2571744 100644 --- a/examples/rakefile-activerecord7.0/Gemfile.lock +++ b/examples/rakefile-activerecord7.0/Gemfile.lock @@ -8,12 +8,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.0.0) - activesupport (= 7.0.0) - activerecord (7.0.0) - activemodel (= 7.0.0) - activesupport (= 7.0.0) - activesupport (7.0.0) + activemodel (7.0.1) + activesupport (= 7.0.1) + activerecord (7.0.1) + activemodel (= 7.0.1) + activesupport (= 7.0.1) + activesupport (7.0.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -34,7 +34,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (= 7.0.0) + activerecord (= 7.0.1) otr-activerecord! rake sqlite3