Skip to content

Commit e893476

Browse files
authored
Merge pull request rails#46744 from rails/revert-46711-lock_sqlite3_14
Revert "Lock sqlite3 gem to 1.4 to run Rails CI using rubylang/ruby:master-nightly-focal"
2 parents 12c0c0a + 425d60c commit e893476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

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

142142
# Active Record.
143-
gem "sqlite3", "~> 1.4", "< 1.5"
143+
gem "sqlite3", "~> 1.4"
144144

145145
group :db do
146146
gem "pg", "~> 1.3"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ DEPENDENCIES
628628
sneakers
629629
sprockets-export
630630
sprockets-rails (>= 2.0.0)
631-
sqlite3 (~> 1.4, < 1.5)
631+
sqlite3 (~> 1.4)
632632
stackprof
633633
stimulus-rails
634634
sucker_punch

0 commit comments

Comments
 (0)