mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Add windows platform to loading sqlite3 to make testing suite pass, which caused by #1105
This commit is contained in:
parent
8e084377d8
commit
70702f0af3
4
Gemfile
4
Gemfile
@ -27,7 +27,7 @@ end
|
|||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'activerecord'
|
gem 'activerecord'
|
||||||
gem 'sqlite3', platform: :ruby
|
gem 'sqlite3', platform: [:ruby, :mingw, :x64_mingw, :mswin]
|
||||||
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
|
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
|
||||||
gem 'codeclimate-test-reporter', require: false
|
gem 'codeclimate-test-reporter', require: false
|
||||||
end
|
end
|
||||||
@ -40,5 +40,5 @@ end
|
|||||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rubocop', '~> 0.33.0', require: false
|
gem 'rubocop', '~> 0.34.0', require: false
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user