diff --git a/Gemfile b/Gemfile index 80299e1..187a109 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development do # gem "rack-mini-profiler" # Use sqlite3 as the database for Active Record - gem "sqlite3", "~> 2.6" + gem "sqlite3", "~> 2.9" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 93b3682..c50c213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,8 +100,8 @@ GEM base64 (0.3.0) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.6) - msgpack (~> 1.2) + bootsnap (1.25.0) + msgpack (~> 1.5) bootstrap (5.3.8) popper_js (>= 2.11.8, < 3) bootstrap5-kaminari-views (0.0.1) @@ -128,7 +128,7 @@ GEM connection_pool (3.0.2) crass (1.0.7) csv (3.3.5) - dalli (5.0.5) + dalli (5.0.6) logger dartsass-rails (0.5.1) railties (>= 6.0.0) @@ -164,7 +164,8 @@ GEM google-protobuf (4.35.1-x86_64-linux-gnu) bigdecimal rake (~> 13.3) - haml (7.2.0) + haml (7.3.0) + prism (>= 1.1.0) temple (>= 0.8.2) thor tilt @@ -230,7 +231,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.3) + msgpack (1.8.4) net-imap (0.6.4.1) date net-protocol @@ -336,7 +337,7 @@ GEM sassc-embedded (1.80.9) sass-embedded (~> 1.80) securerandom (0.4.1) - selenium-webdriver (4.46.0) + selenium-webdriver (4.47.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -345,7 +346,7 @@ GEM simple_form (5.4.1) actionpack (>= 7.0) activemodel (>= 7.0) - simplecov (1.0.1) + simplecov (1.1.1) sprockets (4.2.2) concurrent-ruby (~> 1.0) logger @@ -354,10 +355,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.9.5-x86_64-linux-gnu) + sqlite3 (2.9.6-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) - temple (0.10.4) + temple (0.10.6) thor (1.5.0) tilt (2.8.0) timeout (0.6.1) @@ -419,7 +420,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.9) stimulus-rails turbo-rails tzinfo-data