Skip to content

Commit

Permalink
Upgrade to sqlite3 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Jan 14, 2025
1 parent 91922ed commit a6541b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 7.2.1'
gem 'sprockets-rails'

# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
gem 'sqlite3', '~> 2.5'
gem 'mysql2', group: :production
# Use Puma as the app server
gem 'puma', '~> 6.0'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ GEM
execjs (~> 2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
benchmark (0.4.0)
bigdecimal (3.1.9)
bindex (0.8.1)
Expand Down Expand Up @@ -148,7 +149,7 @@ GEM
erubi (1.13.1)
execjs (2.10.0)
ffi (1.17.1)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -225,7 +226,7 @@ GEM
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
okcomputer (1.18.6)
ostruct (0.6.1)
Expand Down Expand Up @@ -353,9 +354,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.5.0-arm64-darwin)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -390,8 +391,8 @@ GEM
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-24
ruby
x86_64-linux

DEPENDENCIES
autoprefixer-rails
Expand Down Expand Up @@ -426,7 +427,7 @@ DEPENDENCIES
rubocop-rspec_rails
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)
sqlite3 (~> 2.5)
tzinfo-data
web-console (>= 3.3.0)
webmock
Expand Down

0 comments on commit a6541b4

Please sign in to comment.