From 6f06a7517062d623629c34152a7a5c8e753b5a78 Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 2 Sep 2026 08:01:14 -0500 Subject: [PATCH] bump sqlite3 in example to non-vulnerable one to clear security warning --- examples/openapi3_rails/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openapi3_rails/Gemfile b/examples/openapi3_rails/Gemfile index 3e370977..afb26c56 100644 --- a/examples/openapi3_rails/Gemfile +++ b/examples/openapi3_rails/Gemfile @@ -6,7 +6,7 @@ ruby '3.2.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.0.8.1' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 2.9.5' # Use Puma as the app server gem 'puma', '~> 5.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder