Skip to content

Commit

Permalink
Add Windows to platforms for oj and yajl.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 7, 2024
1 parent 5b546ac commit 646cf4e
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 @@ -13,7 +13,7 @@ gem "standard", ">= 1.35.1"

gem "gson", ">= 0.6", platforms: [:jruby], require: false
gem "jrjackson", ">= 0.4.18", platforms: [:jruby], require: false
gem "oj", "~> 3.0", platforms: [:ruby], require: false
gem "yajl-ruby", "~> 1.3", platforms: [:ruby], require: false
gem "oj", "~> 3.0", platforms: [:ruby, :windows], require: false
gem "yajl-ruby", "~> 1.3", platforms: [:ruby, :windows], require: false

gemspec

0 comments on commit 646cf4e

Please sign in to comment.