lock sqlite for now
All checks were successful
continuous-integration/drone/pr Build is passing

Backport has been propsed
This commit is contained in:
Andrew Tomaka 2024-04-22 19:03:29 -04:00
parent 9c15b66f3f
commit 500988d00b
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", "7.1.3.2"
gem "sprockets-rails"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "puma"
gem "importmap-rails"
gem "turbo-rails"

View file

@ -232,8 +232,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
@ -294,7 +294,7 @@ DEPENDENCIES
rails (= 7.1.3.2)
selenium-webdriver
sprockets-rails
sqlite3
sqlite3 (< 2)
standard
stimulus-rails
tailwindcss-rails (~> 2.0)