Skip to content

Commit bee3539

Browse files
committed
Require more recent version of sqlite for rails 8
1 parent a7f418b commit bee3539

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
@@ -49,7 +49,7 @@ group :active_record do
4949
platforms :ruby, :mswin, :mingw, :x64_mingw do
5050
gem 'mysql2', '>= 0.3.14'
5151
gem 'pg', '>= 1.0.0'
52-
gem 'sqlite3', '~> 1.3'
52+
gem 'sqlite3', '~> 2.2'
5353
end
5454
end
5555

gemfiles/rails_8.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :active_record do
4848
platforms :ruby, :mswin, :mingw, :x64_mingw do
4949
gem "mysql2", ">= 0.3.14"
5050
gem "pg", ">= 1.0.0"
51-
gem "sqlite3", "~> 1.3"
51+
gem "sqlite3", "~> 2.2"
5252
end
5353
end
5454

0 commit comments

Comments
 (0)