diff --git a/Gemfile b/Gemfile index f11daa6..b6ae9af 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '7.0.1' # Use Puma as the app server gem 'puma', '~> 5.5' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4.1' +gem 'sqlite3', '~> 1.5.3' gem 'mysql2', '~> 0.5.2', group: :production diff --git a/Gemfile.lock b/Gemfile.lock index 15e6687..ff59097 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.7.1) + mini_portile2 (2.8.0) minitest (5.15.0) msgpack (1.4.4) multi_json (1.15.0) @@ -182,8 +182,8 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.1) - mini_portile2 (~> 2.7.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) @@ -278,7 +278,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.2) + sqlite3 (1.5.3) + mini_portile2 (~> 2.8.0) stringio (3.0.1) strscan (3.0.1) thor (1.2.1) @@ -337,7 +338,7 @@ DEPENDENCIES rails-i18n (~> 7.0.1) sassc-rails (~> 2.1.2) sdoc (~> 2.2.0) - sqlite3 (~> 1.4.1) + sqlite3 (~> 1.5.3) turbolinks (~> 5.2.1) tzinfo-data uglifier (~> 4.2.0)