aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-08 15:32:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-08 16:01:01 +0900
commitdab30b4d71efa40220a340e1ef7936824b6cc6c6 (patch)
tree72709e714983746604f7324f4f798cbf36ff6a9d /tool
parent01a2a0abc6a7deac27d66819531d53ceb7855c6a (diff)
downloadruby-dab30b4d71efa40220a340e1ef7936824b6cc6c6.tar.gz
Pick commit from https://github.com/rubygems/rubygems/pull/7227
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'tool')
-rw-r--r--tool/bundler/dev_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/bundler/dev_gems.rb b/tool/bundler/dev_gems.rb
index 856256a246..3715344262 100644
--- a/tool/bundler/dev_gems.rb
+++ b/tool/bundler/dev_gems.rb
@@ -16,5 +16,5 @@ gem "rspec-mocks", "~> 3.12"
gem "uri", "~> 0.12.0"
group :doc do
- gem "ronn", "~> 0.7.3", :platform => :ruby
+ gem "nronn", "~> 0.11.1", platform: :ruby
end