Skip to content

Commit bf0028c

Browse files
authored
Merge pull request #20 from leejones/dependabot/bundler/rdoc-6.5.1.1
Bump rdoc from 6.5.0 to 6.5.1.1
2 parents f842c85 + 574b88f commit bf0028c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.6']
25+
ruby-version: ['2.7']
2626

2727
steps:
2828
- uses: actions/checkout@v3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ source "https://rubygems.org"
88
group :development do
99
gem "rspec", "~> 3.12.0"
1010
gem "rake", "~> 13.0.6"
11-
gem "rdoc", "~> 6.5.0"
11+
gem "rdoc", "~> 6.5.1"
1212
end

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
diff-lcs (1.5.0)
5-
psych (5.1.0)
5+
psych (5.1.2)
66
stringio
77
rake (13.0.6)
8-
rdoc (6.5.0)
8+
rdoc (6.5.1.1)
99
psych (>= 4.0.0)
1010
rspec (3.12.0)
1111
rspec-core (~> 3.12.0)
@@ -20,14 +20,14 @@ GEM
2020
diff-lcs (>= 1.2.0, < 2.0)
2121
rspec-support (~> 3.12.0)
2222
rspec-support (3.12.1)
23-
stringio (3.0.6)
23+
stringio (3.1.0)
2424

2525
PLATFORMS
2626
ruby
2727

2828
DEPENDENCIES
2929
rake (~> 13.0.6)
30-
rdoc (~> 6.5.0)
30+
rdoc (~> 6.5.1)
3131
rspec (~> 3.12.0)
3232

3333
BUNDLED WITH

0 commit comments

Comments
 (0)