diff --git a/Gemfile b/Gemfile index 1e911f1..f94ec89 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby ">3.0" gem "rails", "~> 7.0.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 01b39fc..d61b63e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,6 +110,10 @@ GEM nio4r (2.7.0) nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.6-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.6-x86_64-linux) + racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -154,9 +158,9 @@ GEM psych (>= 4.0.0) reline (0.4.2) io-console (~> 0.5) - sqlite3 (1.6.2-arm64-darwin) - sqlite3 (1.6.2-x86_64-darwin) - sqlite3 (1.6.2-x86_64-linux) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -179,7 +183,7 @@ DEPENDENCIES pry puma (~> 6.0) rails (~> 7.0.0) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION