Skip to content

Commit f17b1de

Browse files
authored
Upgrade SQLite3 support for ruby 3.2 (#37)
1 parent d65062d commit f17b1de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4"
1010
gem "sprockets-rails"
1111

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 1.4"
13+
gem "sqlite3", "~> 1.6"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
1616
gem "puma", "~> 5.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ GEM
203203
actionpack (>= 5.2)
204204
activesupport (>= 5.2)
205205
sprockets (>= 3.0.0)
206-
sqlite3 (1.5.4)
207-
mini_portile2 (~> 2.8.0)
206+
sqlite3 (1.6.0-x86_64-darwin)
207+
sqlite3 (1.6.0-x86_64-linux)
208208
ssrf_filter (1.1.1)
209209
stimulus-rails (1.2.1)
210210
railties (>= 6.0.0)
@@ -253,7 +253,7 @@ DEPENDENCIES
253253
rails (~> 7.0.4)
254254
selenium-webdriver
255255
sprockets-rails
256-
sqlite3 (~> 1.4)
256+
sqlite3 (~> 1.6)
257257
stimulus-rails
258258
turbo-rails
259259
tzinfo-data

0 commit comments

Comments
 (0)