Skip to content

Commit cc1dc53

Browse files
authored
Remove jar-dependencies pin (#2556)
1 parent e1f5c20 commit cc1dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |name| "https://github.com/#{name}.git" }
55

6-
gem "jar-dependencies", "0.5.4" if RUBY_PLATFORM == "java"
6+
gem "jar-dependencies" if RUBY_PLATFORM == "java"
77
gem "rake", "~> 12.0"
88

99
ruby_version = Gem::Version.new(RUBY_VERSION)

0 commit comments

Comments
 (0)