Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logto-sample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rails", "~> 7.1.3", ">= 7.1.3.4"
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4" # Don't upgrade to 2.0, it's not compatible with Rails 7
gem "sqlite3", "~> 2.0" # Don't upgrade to 2.0, it's not compatible with Rails 7

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
8 changes: 4 additions & 4 deletions logto-sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.2-aarch64-linux-gnu)
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
Expand Down Expand Up @@ -271,7 +271,7 @@ DEPENDENCIES
redis (>= 4.0.1)
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down