Skip to content

Commit

Permalink
Merge pull request #2578 from sul-dlss/sqlite3
Browse files Browse the repository at this point in the history
Update sqlite3 gem.
  • Loading branch information
jcoyne authored Sep 30, 2024
2 parents 9d3b769 + 532d88a commit e0aec57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
group :development, :test do
gem 'solr_wrapper'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 2.0'

# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i(mri mingw x64_mingw)
Expand Down
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -804,12 +804,16 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
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.1.0-aarch64-linux-gnu)
sqlite3 (2.1.0-aarch64-linux-musl)
sqlite3 (2.1.0-arm-linux-gnu)
sqlite3 (2.1.0-arm-linux-musl)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x86-linux-gnu)
sqlite3 (2.1.0-x86-linux-musl)
sqlite3 (2.1.0-x86_64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
sqlite3 (2.1.0-x86_64-linux-musl)
sshkit (1.23.1)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -890,7 +894,7 @@ PLATFORMS
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
arm64-darwin-23
x86-linux
x86-linux-gnu
x86-linux-musl
Expand Down Expand Up @@ -975,7 +979,7 @@ DEPENDENCIES
slowpoke
solr_wrapper
sprockets-rails
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
stanford-mods (~> 3.0)
sul_styles
traject
Expand Down

0 comments on commit e0aec57

Please sign in to comment.