Skip to content

Commit

Permalink
Pin jar-dependencies to 0.4.1
Browse files Browse the repository at this point in the history
Fix JRuby CI error. Should be able to remove once JRuby is updated.
  • Loading branch information
jkowens committed Aug 9, 2022
1 parent c151864 commit 30f6325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ gem 'slim', '~> 4'
gem 'yajl-ruby', platforms: [:ruby]

gem 'json', platforms: %i[jruby mri]

gem 'jar-dependencies', '= 0.4.1', platforms: [:jruby] # Gem::LoadError with jar-dependencies 0.4.2
1 change: 1 addition & 0 deletions sinatra-contrib/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ group :development, :test do
gem 'json'
gem 'rdoc'
gem 'therubyrhino'
gem 'jar-dependencies', '= 0.4.1' # Gem::LoadError with jar-dependencies 0.4.2
end

platform :jruby, :ruby do
Expand Down

0 comments on commit 30f6325

Please sign in to comment.