Skip to content

Commit

Permalink
Update sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 20, 2024
1 parent 6793a22 commit d0bea36
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "webmock"

gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.6.0.rc2"
gem "sqlite3"

# To use a debugger
gem "byebug", group: [:development, :test]
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.3)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
http-2 (0.11.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.4.2)
Expand All @@ -141,7 +141,7 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
minitest (5.21.1)
minitest (5.21.2)
multi_json (1.15.0)
mutex_m (0.2.0)
mysql2 (0.5.5)
Expand Down Expand Up @@ -243,9 +243,9 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -277,6 +277,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
Expand All @@ -290,7 +291,7 @@ DEPENDENCIES
net-smtp
noticed!
pg
sqlite3 (~> 1.6.0.rc2)
sqlite3
standard
webmock

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "standard"
gem "webmock"
gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.6.0.rc2"
gem "sqlite3"
gem "byebug", group: [:development, :test]
gem "appraisal"
gem "net-smtp"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-arm64-darwin)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -247,6 +246,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
Expand All @@ -261,7 +261,7 @@ DEPENDENCIES
noticed!
pg
rails (~> 6.1.0)
sqlite3 (~> 1.6.0.rc2)
sqlite3
standard
webmock

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "standard"
gem "webmock"
gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.6.0.rc2"
gem "sqlite3"
gem "byebug", group: [:development, :test]
gem "appraisal"
gem "net-smtp"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ GEM
multi_json (~> 1.10)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-arm64-darwin)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -246,6 +245,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
Expand All @@ -260,7 +260,7 @@ DEPENDENCIES
noticed!
pg
rails (~> 7.0.0)
sqlite3 (~> 1.6.0.rc2)
sqlite3
standard
webmock

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "standard"
gem "webmock"
gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.6.0.rc2"
gem "sqlite3"
gem "byebug", group: [:development, :test]
gem "appraisal"
gem "net-smtp"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ GEM
multi_json (~> 1.10)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-arm64-darwin)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -278,6 +277,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
Expand All @@ -292,7 +292,7 @@ DEPENDENCIES
noticed!
pg
rails (~> 7.1.0)
sqlite3 (~> 1.6.0.rc2)
sqlite3
standard
webmock

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "standard"
gem "webmock"
gem "pg"
gem "mysql2"
gem "sqlite3", "~> 1.6.0.rc2"
gem "sqlite3"
gem "byebug", group: [:development, :test]
gem "appraisal"
gem "net-smtp"
Expand Down
9 changes: 5 additions & 4 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.1)
multi_json (1.15.0)
mysql2 (0.5.5)
Expand Down Expand Up @@ -242,9 +243,8 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -277,6 +277,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
Expand All @@ -291,7 +292,7 @@ DEPENDENCIES
noticed!
pg
rails!
sqlite3 (~> 1.6.0.rc2)
sqlite3
standard
webmock

Expand Down

0 comments on commit d0bea36

Please sign in to comment.