Skip to content

Commit 75b2509

Browse files
Bump webrick from 1.7.0 to 1.8.2 in /benchmarks/railsbench (#385)
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4836522 commit 75b2509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/railsbench/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'sqlite3', platform: :ruby
2424
gem 'activerecord-jdbcsqlite3-adapter', '~> 70', platform: :jruby
2525
# Use webrick for the web server since it's easy to install.
2626
# The web server is not used during the benchmark.
27-
gem 'webrick', '~> 1.7.0'
27+
gem 'webrick', '~> 1.8.2'
2828
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2929
# Needed in the benchmark for json responses
3030
gem 'jbuilder', '~> 2.7'

benchmarks/railsbench/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GEM
172172
concurrent-ruby (~> 1.0)
173173
uri (1.0.3)
174174
useragent (0.16.11)
175-
webrick (1.7.0)
175+
webrick (1.8.2)
176176
zeitwerk (2.7.3)
177177

178178
PLATFORMS
@@ -205,7 +205,7 @@ DEPENDENCIES
205205
sqlite3
206206
stackprof
207207
tzinfo-data
208-
webrick (~> 1.7.0)
208+
webrick (~> 1.8.2)
209209

210210
BUNDLED WITH
211211
2.8.0.dev

0 commit comments

Comments
 (0)