Bumps [rdoc](https://github.com/ruby/rdoc) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
204 B
Ruby
10 lines
204 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rugged", "~> 1.5.1"
|
|
gem "liquid", "~> 5.4"
|
|
|
|
gem "irb", "~> 1.9", :group => [:development]
|
|
gem "rdoc", "~> 6.6", :group => [:development]
|