Skip to content

Commit

Permalink
Merge pull request #1810 from sinatra/fix-ci-bundler
Browse files Browse the repository at this point in the history
Pin jar-dependencies to 0.4.1
  • Loading branch information
jkowens committed Aug 9, 2022
2 parents c151864 + 30f6325 commit 815b69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
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
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 815b69f

Please sign in to comment.