Skip to content

Commit 0c14a19

Browse files
Bump rdoc from 3.12.1 to 6.1.2.1
Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.1 to 6.1.2.1. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v3.12.1...v6.1.2.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db58b85 commit 0c14a19

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
group :developement do
66
gem 'rake', '>= 0.9'
7-
gem 'rdoc', '3.12.1'
7+
gem 'rdoc', '6.1.2.1'
88
end
99

1010
group :development, :test do

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
forgery (0.5.0)
4646
gherkin (2.9.3)
4747
json (>= 1.4.6)
48-
json (1.8.6)
48+
json (2.6.3)
4949
libwebsocket (0.1.3)
5050
addressable
5151
mime-types (1.18)
@@ -57,8 +57,7 @@ GEM
5757
rack-test (0.6.1)
5858
rack (>= 1.0)
5959
rake (0.9.2.2)
60-
rdoc (3.12.1)
61-
json (~> 1.4)
60+
rdoc (6.1.2.1)
6261
rexml (3.2.5)
6362
rspec (2.10.0)
6463
rspec-core (~> 2.10.0)
@@ -90,7 +89,7 @@ DEPENDENCIES
9089
cucumber-rails
9190
forgery
9291
rake (>= 0.9)
93-
rdoc (= 3.12.1)
92+
rdoc (= 6.1.2.1)
9493
rspec (~> 2.10)
9594

9695
BUNDLED WITH

0 commit comments

Comments
 (0)