From 307ef1a79d3ad18fa1ac0e1ccfb8fce97bb12368 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 17 Dec 2024 13:16:05 +0000 Subject: [PATCH] Revert "Move webrick to development as it's used in tests" This reverts commit c5888c183134d789ba6a8f212d26c046e003a187. --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 3c5a44ef8..31c7e3852 100644 --- a/Gemfile +++ b/Gemfile @@ -8,11 +8,11 @@ group :development do gem "rake" gem "rake-compiler" gem "rb_sys", "0.9.97" - # Use the latest version of webrick for URI change in Ruby 3.4 - gem "webrick", "~> 1.8.2" end group :check do + # Use the latest version of webrick for URI change in Ruby 3.4 + gem "webrick", "~> 1.8.2" gem "syntax_tree", "~> 3.5" gem "steep", "~> 1.9" if RUBY_VERSION >= "3.1.0" end