Skip to content

Commit

Permalink
Merge pull request #1463 from sul-dlss/sqlite-2
Browse files Browse the repository at this point in the history
Upgrade to sqlite 2
  • Loading branch information
thatbudakguy authored Jan 6, 2025
2 parents 64400cf + d79b9a5 commit 88fda3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
gem 'dotenv'
gem 'simplecov', require: false
gem 'solr_wrapper'
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 2.0'
gem "axe-core-rspec"
end

Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -540,12 +540,16 @@ GEM
ostruct
retriable
ruby-progressbar
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.5.0-aarch64-linux-gnu)
sqlite3 (2.5.0-aarch64-linux-musl)
sqlite3 (2.5.0-arm-linux-gnu)
sqlite3 (2.5.0-arm-linux-musl)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86-linux-gnu)
sqlite3 (2.5.0-x86-linux-musl)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-musl)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -675,7 +679,7 @@ DEPENDENCIES
sidekiq (~> 7.0)
simplecov
solr_wrapper
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
stimulus-rails (~> 1.3)
turbo-rails (~> 2.0)
twitter-typeahead-rails
Expand Down

0 comments on commit 88fda3b

Please sign in to comment.