Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to ">= 2.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 6cafbde commit 5f2fed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rails", ">= 8.0.0"
gem "sprockets-rails", ">= 3.5.2"

# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 2.3.1"
gem "sqlite3", ">= 2.5.0"

gem "pg", ">= 1.5.9"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.3.1-x86_64-linux-gnu)
sqlite3 (2.3.1-x86_64-linux-musl)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-musl)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
rails (>= 8.0.0)
selenium-webdriver (>= 4.25.0)
sprockets-rails (>= 3.5.2)
sqlite3 (>= 2.3.1)
sqlite3 (>= 2.5.0)
stimulus-rails (>= 1.3.4)
turbo-rails (>= 2.0.11)
tzinfo-data
Expand Down

0 comments on commit 5f2fed7

Please sign in to comment.