Backport has been propsed
This commit is contained in:
parent
9c15b66f3f
commit
500988d00b
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue