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 9d0da0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gemspec

gem "sqlite3"
2 changes: 0 additions & 2 deletions activerecord-session_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ Gem::Specification.new do |s|
s.add_dependency('railties', '>= 6.1')
s.add_dependency('rack', '>= 2.0.8', '< 4')
s.add_dependency('cgi', '>= 0.3.6')

s.add_development_dependency('sqlite3')
end
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 => "../"
1 change: 1 addition & 0 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ git "https://github.com/rails/rails.git", :branch => "main" do
end

gem "rack", ">= 2.2.4", "< 4"
gem "sqlite3"

gemspec :path => "../"

0 comments on commit 9d0da0c

Please sign in to comment.