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
4
4
if rack_version = ENV [ 'RACK_VERSION' ]
5
5
gem 'rack' , rack_version
6
6
else
7
- gem 'rack' , '~> 2.2' , '< 3.0'
7
+ gem 'rack' , '~> 2.2'
8
8
end
9
9
end
10
10
Original file line number Diff line number Diff line change 6
6
rake
7
7
thor (>= 0.14.0 )
8
8
diff-lcs (1.6.0 )
9
- rack (2.2.11 )
9
+ rack (2.2.12 )
10
10
rake (13.2.1 )
11
11
rspec (3.13.0 )
12
12
rspec-core (~> 3.13.0 )
@@ -28,10 +28,11 @@ PLATFORMS
28
28
universal-java-11
29
29
universal-java-17
30
30
universal-java-21
31
+ x86_64-linux
31
32
32
33
DEPENDENCIES
33
34
appraisal
34
- rack (~> 2.2 , < 3.0 )
35
+ rack (~> 2.2 )
35
36
rake (~> 13.2 )
36
37
rspec
37
38
Original file line number Diff line number Diff line change 1
1
## 1.2.3
2
2
3
- - update (bundled) rack to 2.2.11
3
+ - update (bundled) rack to 2.2.12
4
4
- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
5
5
- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262 )
6
6
- fixes regression NoMethodError undefined method get_header (#259 )
You can’t perform that action at this time.
0 commit comments