diff --git a/Gemfile b/Gemfile index 9ff2d3f..1dae3b6 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 6.1" gem "sprockets-rails", "~> 3.5" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index f572bf2..2131ac3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.2-arm64-darwin) + sqlite3 (2.0.2-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -245,7 +245,7 @@ DEPENDENCIES rake (~> 13.2) rspec-rails (~> 6.1) sprockets-rails (~> 3.5) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) RUBY VERSION ruby 3.3.1p55