Skip to content

Commit 1388ae8

Browse files
committed
Merge pull request #1120 from Eric-Guo/master
Add windows platform to loading sqlite3
2 parents f4b1716 + 70702f0 commit 1388ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727

2828
group :test do
2929
gem 'activerecord'
30-
gem 'sqlite3', platform: :ruby
30+
gem 'sqlite3', platform: [:ruby, :mingw, :x64_mingw, :mswin]
3131
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
3232
gem 'codeclimate-test-reporter', require: false
3333
end
@@ -40,5 +40,5 @@ end
4040
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4141

4242
group :development, :test do
43-
gem 'rubocop', '~> 0.33.0', require: false
43+
gem 'rubocop', '~> 0.34.0', require: false
4444
end

0 commit comments

Comments
 (0)