Skip to content

Commit 53a6a9e

Browse files
chore(deps): update dependency sqlite3 to v2
1 parent aa295a4 commit 53a6a9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby ">3.0"
77
gem "rails", "~> 7.0.0"
88

99
# Use sqlite3 as the database for Active Record
10-
gem "sqlite3", "~> 1.4"
10+
gem "sqlite3", "~> 2.0"
1111

1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "~> 5.6"

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ GEM
166166
io-console (~> 0.5)
167167
resend (0.13.0)
168168
httparty (>= 0.21.0)
169-
sqlite3 (1.7.3-arm64-darwin)
170-
sqlite3 (1.7.3-x86_64-darwin)
171-
sqlite3 (1.7.3-x86_64-linux)
169+
sqlite3 (2.2.0-arm64-darwin)
170+
sqlite3 (2.2.0-x86_64-darwin)
171+
sqlite3 (2.2.0-x86_64-linux-gnu)
172172
stringio (3.1.0)
173173
thor (1.3.2)
174174
timeout (0.4.1)
@@ -191,7 +191,7 @@ DEPENDENCIES
191191
puma (~> 5.6)
192192
rails (~> 7.0.0)
193193
resend
194-
sqlite3 (~> 1.4)
194+
sqlite3 (~> 2.0)
195195
tzinfo-data
196196

197197
RUBY VERSION

0 commit comments

Comments
 (0)