From 2ce8ee626c076b6f2bbed13a88e4e5458c44018a Mon Sep 17 00:00:00 2001 From: Alexander Dubovoy Date: Thu, 24 Oct 2024 10:54:27 +0200 Subject: [PATCH] Update sqlite3 and activerecord to match versions students are using context: https://lewagon-alumni.slack.com/archives/G02NFDT0J/p1729759683422709 cc @ESchults if this looks OK, I'd love to merge today, since students are doing these challenges right now in several batches, and it seems Kitt fails to run the tests otherwise. --- Gemfile | 5 +++-- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index 2f5688d..659e056 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,6 @@ gem "rspec-rails", "~> 3.8" gem "rubocop", "~> 1.64" gem "sinatra", "~> 2.2", require: false gem "sinatra-contrib", "~> 2.2", require: false -gem "sqlite3", "~> 1.4" -gem "activerecord", "~> 7.0" +gem "sqlite3", '~> 1.7.3' +gem 'activerecord', '~> 7.1.3.2' + diff --git a/Gemfile.lock b/Gemfile.lock index 3459f6c..faee724 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.1.3.4) + actionview (= 7.1.3.4) + activesupport (= 7.1.3.4) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -11,19 +11,19 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.3) - activesupport (= 7.1.3) - activerecord (7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + activemodel (7.1.3.4) + activesupport (= 7.1.3.4) + activerecord (7.1.3.4) + activemodel (= 7.1.3.4) + activesupport (= 7.1.3.4) timeout (>= 0.4.0) - activesupport (7.1.3) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -93,7 +93,7 @@ GEM psych (5.1.2) stringio racc (1.7.3) - rack (2.2.8) + rack (2.2.10) rack-protection (2.2.4) rack rack-session (1.0.2) @@ -110,9 +110,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) + railties (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -175,19 +175,19 @@ GEM rack-protection (= 2.2.4) sinatra (= 2.2.4) tilt (~> 2.0) - sqlite3 (1.7.2-arm64-darwin) - sqlite3 (1.7.2-x86_64-darwin) - sqlite3 (1.7.2-x86_64-linux) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) strscan (3.1.0) - thor (1.3.0) + thor (1.3.2) tilt (2.3.0) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) webrick (1.8.1) - zeitwerk (2.6.12) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-21 @@ -197,7 +197,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord (~> 7.0) + activerecord (~> 7.1.3.2) awesome_print (~> 1.8) faker (~> 3.4) nokogiri (~> 1.13) @@ -207,7 +207,7 @@ DEPENDENCIES rubocop (~> 1.64) sinatra (~> 2.2) sinatra-contrib (~> 2.2) - sqlite3 (~> 1.4) + sqlite3 (~> 1.7.3) RUBY VERSION ruby 3.3.5p100