File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ruby ">3.0"
7
7
gem "rails" , "~> 7.0.0"
8
8
9
9
# Use sqlite3 as the database for Active Record
10
- gem "sqlite3" , "~> 1.4 "
10
+ gem "sqlite3" , "~> 2.0 "
11
11
12
12
# Use the Puma web server [https://github.com/puma/puma]
13
13
gem "puma" , "~> 5.6"
Original file line number Diff line number Diff line change 166
166
io-console (~> 0.5 )
167
167
resend (0.13.0 )
168
168
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 )
172
172
stringio (3.1.0 )
173
173
thor (1.3.2 )
174
174
timeout (0.4.1 )
@@ -191,7 +191,7 @@ DEPENDENCIES
191
191
puma (~> 5.6 )
192
192
rails (~> 7.0.0 )
193
193
resend
194
- sqlite3 (~> 1.4 )
194
+ sqlite3 (~> 2.0 )
195
195
tzinfo-data
196
196
197
197
RUBY VERSION
You can’t perform that action at this time.
0 commit comments