Skip to content

Commit 49e7fa8

Browse files
committed
Lock sqlite3 for older Railses
1 parent cfa3920 commit 49e7fa8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ gem "actionpack", github: "rails/rails", branch: "6-1-stable"
44
gem "activerecord", github: "rails/rails", branch: "6-1-stable"
55
gem "railties", github: "rails/rails", branch: "6-1-stable"
66
gem "rack", "< 3"
7+
gem "sqlite3", "~> 1.4"
78

89
gemspec :path => "../"

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ gem "actionpack", github: "rails/rails", branch: "7-0-stable"
44
gem "activerecord", github: "rails/rails", branch: "7-0-stable"
55
gem "railties", github: "rails/rails", branch: "7-0-stable"
66
gem "rack", "< 3"
7+
gem "sqlite3", "~> 1.4"
78

89
gemspec :path => "../"

0 commit comments

Comments
 (0)