Skip to content

Commit 80592d6

Browse files
authored
Merge pull request rails#49048 from zzak/debug/sqlite3/1.6.4
2 parents 55412cd + 0f580a2 commit 80592d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ platforms :ruby, :windows do
154154
gem "racc", ">=1.4.6", require: false
155155

156156
# Active Record.
157-
gem "sqlite3", "~> 1.4"
157+
gem "sqlite3", "< 1.6.4"
158158

159159
group :db do
160160
gem "pg", "~> 1.3"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,10 +503,10 @@ GEM
503503
actionpack (>= 5.2)
504504
activesupport (>= 5.2)
505505
sprockets (>= 3.0.0)
506-
sqlite3 (1.6.2)
506+
sqlite3 (1.6.3)
507507
mini_portile2 (~> 2.8.0)
508-
sqlite3 (1.6.2-x86_64-darwin)
509-
sqlite3 (1.6.2-x86_64-linux)
508+
sqlite3 (1.6.3-x86_64-darwin)
509+
sqlite3 (1.6.3-x86_64-linux)
510510
stackprof (0.2.23)
511511
stimulus-rails (1.2.1)
512512
railties (>= 6.0.0)
@@ -626,7 +626,7 @@ DEPENDENCIES
626626
sidekiq
627627
sneakers
628628
sprockets-rails (>= 2.0.0)
629-
sqlite3 (~> 1.4)
629+
sqlite3 (< 1.6.4)
630630
stackprof
631631
stimulus-rails
632632
sucker_punch

0 commit comments

Comments
 (0)