Skip to content

Commit be65cd4

Browse files
authored
Merge pull request #697 from sul-dlss/sqlite
Upgrade sqlite to 2.5
2 parents 0298237 + 73669c8 commit be65cd4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'blacklight', '~> 8.2'
77
gem "rails", "~> 7.1.1"
88

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

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

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ GEM
429429
ostruct
430430
retriable
431431
ruby-progressbar
432-
sqlite3 (1.7.3-arm64-darwin)
433-
sqlite3 (1.7.3-x86_64-darwin)
434-
sqlite3 (1.7.3-x86_64-linux)
432+
sqlite3 (2.5.0-arm64-darwin)
433+
sqlite3 (2.5.0-x86_64-darwin)
434+
sqlite3 (2.5.0-x86_64-linux-gnu)
435435
sshkit (1.23.2)
436436
base64
437437
net-scp (>= 1.1.2)
@@ -495,6 +495,7 @@ GEM
495495

496496
PLATFORMS
497497
arm64-darwin-23
498+
arm64-darwin-24
498499
x86_64-darwin-22
499500
x86_64-linux
500501

@@ -527,7 +528,7 @@ DEPENDENCIES
527528
rubocop-rspec (~> 2.13)
528529
selenium-webdriver
529530
solr_wrapper (>= 0.3)
530-
sqlite3 (~> 1.4)
531+
sqlite3 (~> 2.5)
531532
stimulus-rails
532533
turbo-rails
533534
tzinfo-data

0 commit comments

Comments
 (0)