From 59944e60adb1300e8ba47ac0c5c9da86c625bf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Bernl=C3=B6hr?= Date: Thu, 15 Sep 2022 10:40:58 +0200 Subject: Fix sqlite3 dependency. Further update GEMS. --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index fd4cb86..b8520c2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.7.6' gem 'rails', '6.1.4.7' gem 'rails-controller-testing' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.3.6' +gem 'sqlite3' # Use SCSS for stylesheets gem 'sass-rails' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 922c6d7..a88978a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -106,14 +106,14 @@ GEM method_source (1.0.0) mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.16.2) + minitest (5.16.3) mysql2 (0.5.4) nio4r (2.5.8) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) - pg (1.4.2) - psych (4.0.4) + pg (1.4.3) + psych (4.0.5) stringio racc (1.6.0) rack (2.2.4) @@ -151,7 +151,7 @@ GEM thor (~> 1.0) raindrops (0.20.0) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rdoc (6.4.0) @@ -182,7 +182,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (1.5.0) + mini_portile2 (~> 2.8.0) stringio (3.0.2) temple (0.8.2) therubyracer (0.12.3) @@ -233,7 +234,7 @@ DEPENDENCIES sdoc simple-navigation spring - sqlite3 (~> 1.3.6) + sqlite3 therubyracer turbolinks uglifier -- cgit v1.2.3