diff --git a/example/relayer/Gemfile b/example/relayer/Gemfile index d28626d..8875164 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.1.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..8875164 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.1.0' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5' # Use Puma as the app server