File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source "https://rubygems.org"
6
6
gemspec
7
7
8
8
gem "compact_index" , "~> 0.15.0"
9
- gem "rackup" , "~> 2.0"
9
+ gem "rackup" , "~> 2.0.0 "
10
10
gem "rake" , "~> 13.0"
11
11
gem "rubocop" , "~> 1.21"
12
12
gem "rubocop-performance" , "~> 1.21"
Original file line number Diff line number Diff line change 29
29
rack (>= 3.0.0 , < 4 )
30
30
rack-session (2.0.0 )
31
31
rack (>= 3.0.0 )
32
- rackup (2.1 .0 )
32
+ rackup (2.0 .0 )
33
33
rack (>= 3 )
34
- webrick ( ~> 1.8 )
34
+ webrick
35
35
rainbow (3.1.1 )
36
36
rake (13.2.1 )
37
37
regexp_parser (2.9.2 )
79
79
tilt (~> 2.0 )
80
80
tilt (2.4.0 )
81
81
unicode-display_width (2.5.0 )
82
- webrick (1.8.2 )
82
+ webrick (1.9.1 )
83
83
84
84
PLATFORMS
85
85
arm64-darwin
@@ -93,7 +93,7 @@ DEPENDENCIES
93
93
compact_index (~> 0.15.0 )
94
94
gem_server_conformance !
95
95
logger (~> 1.7 )
96
- rackup (~> 2.0 )
96
+ rackup (~> 2.0.0 )
97
97
rake (~> 13.0 )
98
98
rubocop (~> 1.21 )
99
99
rubocop-performance (~> 1.21 )
You can’t perform that action at this time.
0 commit comments