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