mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #1120 from Eric-Guo/master
Add windows platform to loading sqlite3
This commit is contained in:
commit
1388ae82f2
4
Gemfile
4
Gemfile
@ -27,7 +27,7 @@ end
|
||||
|
||||
group :test do
|
||||
gem 'activerecord'
|
||||
gem 'sqlite3', platform: :ruby
|
||||
gem 'sqlite3', platform: [:ruby, :mingw, :x64_mingw, :mswin]
|
||||
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
|
||||
gem 'codeclimate-test-reporter', require: false
|
||||
end
|
||||
@ -40,5 +40,5 @@ end
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
group :development, :test do
|
||||
gem 'rubocop', '~> 0.33.0', require: false
|
||||
gem 'rubocop', '~> 0.34.0', require: false
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user