From b1db1321a27d337719da365e63c00adb93d1624a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Oct 2023 21:13:17 +0000 Subject: [PATCH] chore(deps): update dependency rails to v7 --- example/relayer/Gemfile | 2 +- example/subscriber/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/relayer/Gemfile b/example/relayer/Gemfile index d28626d..f8029dc 100644 --- a/example/relayer/Gemfile +++ b/example/relayer/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.7' +gem 'rails', '~> 7.0.0' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5' # Use Puma as the app server diff --git a/example/subscriber/Gemfile b/example/subscriber/Gemfile index d28626d..f8029dc 100644 --- a/example/subscriber/Gemfile +++ b/example/subscriber/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.7' +gem 'rails', '~> 7.0.0' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5' # Use Puma as the app server