Skip to content

Commit

Permalink
Remove jar-dependencies pin (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Feb 10, 2025
1 parent e1f5c20 commit cc1dc53
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 @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

gem "jar-dependencies", "0.5.4" if RUBY_PLATFORM == "java"
gem "jar-dependencies" if RUBY_PLATFORM == "java"
gem "rake", "~> 12.0"

ruby_version = Gem::Version.new(RUBY_VERSION)
Expand Down

0 comments on commit cc1dc53

Please sign in to comment.