Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to v2 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent f457bd8 commit bc5b2d1
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 @@ -7,7 +7,7 @@ ruby ">3.0"
gem "rails", "~> 7.1.0"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.6"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ GEM
resend (0.10.0)
httparty (>= 0.19.1)
ruby2_keywords (0.0.5)
sqlite3 (1.6.2-x86_64-darwin)
sqlite3 (1.6.2-x86_64-linux)
sqlite3 (2.0.0-x86_64-darwin)
sqlite3 (2.0.0-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
Expand All @@ -208,7 +208,7 @@ DEPENDENCIES
puma (~> 5.6)
rails (~> 7.1.0)
resend
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit bc5b2d1

Please sign in to comment.