Skip to content

Commit

Permalink
Lock sqlite3 for older Railses
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Sep 4, 2024
1 parent cfa3920 commit 49e7fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gem "actionpack", github: "rails/rails", branch: "6-1-stable"
gem "activerecord", github: "rails/rails", branch: "6-1-stable"
gem "railties", github: "rails/rails", branch: "6-1-stable"
gem "rack", "< 3"
gem "sqlite3", "~> 1.4"

gemspec :path => "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gem "actionpack", github: "rails/rails", branch: "7-0-stable"
gem "activerecord", github: "rails/rails", branch: "7-0-stable"
gem "railties", github: "rails/rails", branch: "7-0-stable"
gem "rack", "< 3"
gem "sqlite3", "~> 1.4"

gemspec :path => "../"

0 comments on commit 49e7fa8

Please sign in to comment.