From 559d99397c9ea8f20e3f7f3c37cd2e9e36e04329 Mon Sep 17 00:00:00 2001 From: a-chacon Date: Sun, 28 Jul 2024 20:16:16 -0400 Subject: [PATCH] fix: set sqlite version in gemfile --- Gemfile | 2 +- Gemfile.lock | 4 ++-- test/dummy/Gemfile.lock | 19 ++++++++----------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 20173e0..bc4a7f0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec gem 'puma' -gem 'sqlite3' +gem 'sqlite3', "~> 1.4" gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 1dfc86a..112791c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.2-x86_64-linux-gnu) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -205,7 +205,7 @@ DEPENDENCIES puma rack-cors sprockets-rails - sqlite3 + sqlite3 (~> 1.4) BUNDLED WITH 2.5.15 diff --git a/test/dummy/Gemfile.lock b/test/dummy/Gemfile.lock index 41cee25..9dac769 100644 --- a/test/dummy/Gemfile.lock +++ b/test/dummy/Gemfile.lock @@ -137,27 +137,25 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.6-arm-linux) + nokogiri (1.16.7-arm-linux) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86-linux) + nokogiri (1.16.7-x86-linux) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) psych (5.1.2) stringio - public_suffix (6.0.0) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) rack (3.1.7) - rack-cors (2.0.2) - rack (>= 2.0.0) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -203,7 +201,7 @@ GEM rexml (3.3.2) strscan rubyzip (2.3.2) - selenium-webdriver (4.22.0) + selenium-webdriver (4.23.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -256,7 +254,6 @@ DEPENDENCIES debug jbuilder puma (>= 5.0) - rack-cors rails (~> 7.1.3, >= 7.1.3.4) selenium-webdriver sprockets-rails