Skip to content

Commit a7bbb67

Browse files
committed
sqlite3 version that works with ActiveRecord 4.2.0
Trying to get tests to pass reliably, Gemfile only used by developers/CI
1 parent 05dc6a6 commit a7bbb67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ group :test do
1313
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
1414
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
1515
gem 'test-unit'
16-
gem 'sqlite3', :platform => [:ruby, :mswin]
16+
# This version of sqlite3 required for activerecord 4.2, not more recent.
17+
# When bumping AR, may have to/want to adjust this to more recent versions.
18+
gem 'sqlite3', "~> 1.3.0", :platform => [:ruby, :mswin]
1719
end

0 commit comments

Comments
 (0)