We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dc6a6 commit a7bbb67Copy full SHA for a7bbb67
Gemfile
@@ -13,5 +13,7 @@ group :test do
13
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
14
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
15
gem 'test-unit'
16
- gem 'sqlite3', :platform => [:ruby, :mswin]
+ # 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]
19
end
0 commit comments