Skip to content

Commit

Permalink
Remove jruby-specific platform (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Dec 16, 2022
1 parent 4c5a2f7 commit 6f418c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
install_if -> { RUBY_VERSION >= '2.8' } do
gem 'rexml', '>= 3.2.4'
end
gem 'json', '>= 2.3.0', platforms: [:jruby]
gem 'json', '>= 2.3.0'
gem 'jwt', '~> 2.2', '>= 2.2.1'
gem 'mime-types', '~> 3.3', '>= 3.3.1'
gem 'multi_json', '~> 1.14', '>= 1.14.1'
Expand Down

0 comments on commit 6f418c6

Please sign in to comment.