Skip to content

Commit

Permalink
Merge pull request #1932 from sul-dlss/sqlite2
Browse files Browse the repository at this point in the history
Update sqlite3 to version 2.5
  • Loading branch information
corylown authored Jan 14, 2025
2 parents 301d0b4 + af837e7 commit ffd563c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'bootsnap', '>= 1.4.4', require: false

group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
gem 'sqlite3', '~> 2.5'

# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri mingw x64_mingw]
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -848,7 +848,7 @@ DEPENDENCIES
slowpoke (~> 0.4)
solr_wrapper
sprockets-rails
sqlite3 (~> 1.4)
sqlite3 (~> 2.5)
stimulus-rails (~> 1.2)
terser (~> 1.1)
turbo-rails (~> 1.3)
Expand Down

0 comments on commit ffd563c

Please sign in to comment.