We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caaac48 + 727d2b4 commit 19b08e2Copy full SHA for 19b08e2
Gemfile
@@ -140,7 +140,7 @@ platforms :ruby, :windows do
140
gem "racc", ">=1.4.6", require: false
141
142
# Active Record.
143
- gem "sqlite3", "~> 1.4"
+ gem "sqlite3", "~> 1.4", "< 1.5"
144
145
group :db do
146
gem "pg", "~> 1.3"
Gemfile.lock
@@ -628,7 +628,7 @@ DEPENDENCIES
628
sneakers
629
sprockets-export
630
sprockets-rails (>= 2.0.0)
631
- sqlite3 (~> 1.4)
+ sqlite3 (~> 1.4, < 1.5)
632
stackprof
633
stimulus-rails
634
sucker_punch
0 commit comments