Skip to content

Commit ee30862

Browse files
committed
allow more up to date sqlite3 in testing
1 parent 38ebd6d commit ee30862

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :test do
1414
gem 'test-unit'
1515

1616
# This version of sqlite3 oughta be good for activerecord 5.1+ hopefully
17-
gem 'sqlite3', ">= 1.4.0", "< 2.0", :platform => [:ruby, :mswin]
17+
gem 'sqlite3', ">= 1.4.0", "< 3.0", :platform => [:ruby, :mswin]
1818
end

gemfiles/rails_60.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem "redcarpet", platform: :ruby
1515
gem "kramdown", platform: :jruby
1616
gem "test-unit"
17-
gem "sqlite3", ">= 1.4.0", "< 2.0", platform: [:ruby, :mswin]
17+
gem "sqlite3", ">= 1.4.0", "< 3.0", platform: [:ruby, :mswin]
1818
end
1919

2020
gemspec path: "../"

gemfiles/rails_61.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem "redcarpet", platform: :ruby
1515
gem "kramdown", platform: :jruby
1616
gem "test-unit"
17-
gem "sqlite3", ">= 1.4.0", "< 2.0", platform: [:ruby, :mswin]
17+
gem "sqlite3", ">= 1.4.0", "< 3.0", platform: [:ruby, :mswin]
1818
end
1919

2020
gemspec path: "../"

gemfiles/rails_70.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :test do
1414
gem "redcarpet", platform: :ruby
1515
gem "kramdown", platform: :jruby
1616
gem "test-unit"
17-
gem "sqlite3", ">= 1.4.0", "< 2.0", platform: [:ruby, :mswin]
17+
gem "sqlite3", ">= 1.4.0", "< 3.0", platform: [:ruby, :mswin]
1818
end
1919

2020
gemspec path: "../"

gemfiles/rails_71.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem "redcarpet", platform: :ruby
1414
gem "kramdown", platform: :jruby
1515
gem "test-unit"
16-
gem "sqlite3", ">= 1.4.0", "< 2.0", platform: [:ruby, :mswin]
16+
gem "sqlite3", ">= 1.4.0", "< 3.0", platform: [:ruby, :mswin]
1717
end
1818

1919
gemspec path: "../"

gemfiles/rails_72.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem "redcarpet", platform: :ruby
1414
gem "kramdown", platform: :jruby
1515
gem "test-unit"
16-
gem "sqlite3", ">= 1.4.0", "< 2.0", platform: [:ruby, :mswin]
16+
gem "sqlite3", ">= 1.4.0", "< 3.0", platform: [:ruby, :mswin]
1717
end
1818

1919
gemspec path: "../"

0 commit comments

Comments
 (0)