Skip to content

Commit

Permalink
Add windows platform to loading sqlite3 to make testing suite pass, w…
Browse files Browse the repository at this point in the history
…hich caused by rails-api#1105
  • Loading branch information
Eric-Guo authored and NullVoxPopuli committed Sep 7, 2015
1 parent 02766ab commit c35d8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c35d8ab

Please sign in to comment.