Skip to content

Commit 457ae6c

Browse files
committed
chore: relax jruby-rack requirement to allow compatibility with upcoming 1.3.x
1 parent c98afc3 commit 457ae6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

warbler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)