File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group :default do
44 if rack_version = ENV [ 'RACK_VERSION' ]
55 gem 'rack' , rack_version
66 else
7- gem 'rack' , '~> 2.2' , '< 3.0'
7+ gem 'rack' , '~> 2.2'
88 end
99end
1010
Original file line number Diff line number Diff line change 66 rake
77 thor (>= 0.14.0 )
88 diff-lcs (1.6.0 )
9- rack (2.2.11 )
9+ rack (2.2.12 )
1010 rake (13.2.1 )
1111 rspec (3.13.0 )
1212 rspec-core (~> 3.13.0 )
@@ -28,10 +28,11 @@ PLATFORMS
2828 universal-java-11
2929 universal-java-17
3030 universal-java-21
31+ x86_64-linux
3132
3233DEPENDENCIES
3334 appraisal
34- rack (~> 2.2 , < 3.0 )
35+ rack (~> 2.2 )
3536 rake (~> 13.2 )
3637 rspec
3738
Original file line number Diff line number Diff line change 11## 1.2.3
22
3- - update (bundled) rack to 2.2.11
3+ - update (bundled) rack to 2.2.12
44- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
55- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262 )
66- fixes regression NoMethodError undefined method get_header (#259 )
You can’t perform that action at this time.
0 commit comments