mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #1810 from sinatra/fix-ci-bundler
Pin jar-dependencies to 0.4.1
This commit is contained in:
commit
815b69fe25
2 changed files with 3 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue