Skip to content

Commit

Permalink
Remove jar-dependencies from Gemfile
Browse files Browse the repository at this point in the history
There was a need [1] to avoid jar-dependencies 0.4.2 but that version has
since been yanked from RubyGems, so there is no need for this anymore.

1: 30f6325
  • Loading branch information
dentarg committed Sep 24, 2023
1 parent db93819 commit 44f47c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ gem 'sass-embedded', '~> 1.54'
gem 'simplecov', require: false
gem 'slim', '~> 4'
gem 'yajl-ruby', platforms: [:ruby]

gem 'jar-dependencies', '= 0.4.1', platforms: [:jruby] # Gem::LoadError with jar-dependencies 0.4.2

0 comments on commit 44f47c6

Please sign in to comment.