File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55- #589 : fix: Jetty wars don't have console logging enabled by default
66- #591 : chore: clean up obsolete & deprecated code from 2.0.x and old Bundler versions
77- #592 : chore: relax rubyzip requirement to allow rubyzip 2.x
8+ - #593 : chore: relax jruby-rack requirement to allow compatibility with upcoming 1.3.x
89
910## 2.1.0
1011
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ bundle up all of your application files for deployment to a Java environment.}
3333 gem . add_runtime_dependency 'rake' , [ '~> 13.0' , '>= 13.0.3' ]
3434 gem . add_runtime_dependency 'rexml' , '~> 3.0'
3535 gem . add_runtime_dependency 'jruby-jars' , [ '>= 9.4' , '< 10.1' ]
36- gem . add_runtime_dependency 'jruby-rack' , '~> 1.2.6'
36+ gem . add_runtime_dependency 'jruby-rack' , [ '>= 1.2.6', '< 1.4' ]
3737 gem . add_runtime_dependency 'rubyzip' , [ '>= 2.1.0' , '< 4' ]
3838 gem . add_runtime_dependency 'ostruct' , '~> 0.6.2'
3939 gem . add_development_dependency 'rspec' , '~> 3.0'
You can’t perform that action at this time.
0 commit comments