Skip to content

Commit 8fcd5e0

Browse files
committed
Update Gemfile.dev
1 parent a3d87a6 commit 8fcd5e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile.dev

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ if RUBY_VERSION >= "3.5"
2020
gem "cgi"
2121
end
2222

23+
if RUBY_VERSION >= "3.4"
24+
gem "drb"
25+
gem "mutex_m"
26+
gem "benchmark"
27+
end
28+
2329
# For RSpec
2430
gem "rspec", "~> 3.0"
2531
gem "rspec-retry"

0 commit comments

Comments
 (0)