Skip to content

Commit 5fdddf2

Browse files
authored
Merge pull request #592 from chadlwilson/relax-rubyzip-requirement
chore: relax rubyzip requirement to allow rubyzip 2.x
2 parents daf2ceb + e11bcf7 commit 5fdddf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- fix: NullPointerException during shutdown with executable war files
44
- fix: Jetty wars don't have console logging enabled by default
5+
- #592: chore: relax rubyzip requirement to allow rubyzip 2.x
56

67
== 2.1.0
78

warbler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bundle up all of your application files for deployment to a Java environment.}
3434
gem.add_runtime_dependency 'rexml', '~> 3.0'
3535
gem.add_runtime_dependency 'jruby-jars', ['>= 9.4', '< 10.1']
3636
gem.add_runtime_dependency 'jruby-rack', '~> 1.2.6'
37-
gem.add_runtime_dependency 'rubyzip', '~> 3.0'
37+
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'
4040
gem.add_development_dependency 'drb', ['~> 2.2', '>= 2.2.3']

0 commit comments

Comments
 (0)