Skip to content

Commit ffbe026

Browse files
authored
Merge pull request #16 from rubygems/add-puma
Lock rackup-2.0.0 for using webrick
2 parents 55c4443 + fc97c78 commit ffbe026

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
gemspec
77

88
gem "compact_index", "~> 0.15.0"
9-
gem "rackup", "~> 2.0"
9+
gem "rackup", "~> 2.0.0"
1010
gem "rake", "~> 13.0"
1111
gem "rubocop", "~> 1.21"
1212
gem "rubocop-performance", "~> 1.21"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ GEM
2929
rack (>= 3.0.0, < 4)
3030
rack-session (2.0.0)
3131
rack (>= 3.0.0)
32-
rackup (2.1.0)
32+
rackup (2.0.0)
3333
rack (>= 3)
34-
webrick (~> 1.8)
34+
webrick
3535
rainbow (3.1.1)
3636
rake (13.2.1)
3737
regexp_parser (2.9.2)
@@ -79,7 +79,7 @@ GEM
7979
tilt (~> 2.0)
8080
tilt (2.4.0)
8181
unicode-display_width (2.5.0)
82-
webrick (1.8.2)
82+
webrick (1.9.1)
8383

8484
PLATFORMS
8585
arm64-darwin
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
compact_index (~> 0.15.0)
9494
gem_server_conformance!
9595
logger (~> 1.7)
96-
rackup (~> 2.0)
96+
rackup (~> 2.0.0)
9797
rake (~> 13.0)
9898
rubocop (~> 1.21)
9999
rubocop-performance (~> 1.21)

0 commit comments

Comments
 (0)