Skip to content

Commit 0ad3313

Browse files
committed
rubocop: run with -a
1 parent 7ffa019 commit 0ad3313

51 files changed

Lines changed: 590 additions & 689 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
source 'https://rubygems.org/'
2-
gemspec :name => 'puppet_docs'
2+
gemspec name: 'puppet_docs'
33

4-
gem 'versionomy', '~> 0.5.0'
5-
gem 'rake', '~> 13.0', '>= 13.0.1'
6-
gem 'rack', '>= 2.2.14'
74
gem 'git', '~> 4.0'
85
gem 'json', '~> 2.5'
6+
gem 'rack', '>= 2.2.14'
7+
gem 'rake', '~> 13.0', '>= 13.0.1'
8+
gem 'versionomy', '~> 0.5.0'
99

1010
group(:build_site) do
1111
gem 'jekyll', '~> 4.1'
1212
gem 'kramdown', '~> 2.3'
13+
gem 'listen', '~> 3.10.0' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.
1314
gem 'vlad', '~> 2.7'
1415
gem 'vlad-git', '~> 2.1'
15-
gem 'listen', '~> 3.10.0' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.
1616
end
1717

1818
group(:generate_references) do
19-
gem 'yard', '~> 0.9'
20-
gem 'rdoc', '~> 7.1'
21-
gem 'rgen', '~> 0.8'
22-
gem 'pandoc-ruby'
23-
gem 'openvox-strings'
24-
gem 'openvox', '~> 8'
2519
gem 'nokogiri', '>= 1.18.9'
20+
gem 'openvox', '~> 8'
21+
gem 'openvox-strings'
22+
gem 'pandoc-ruby'
2623
gem 'pragmatic_segmenter', '~> 0.3'
2724
gem 'punkt-segmenter', '~> 0.9'
25+
gem 'rdoc', '~> 7.1'
26+
gem 'rgen', '~> 0.8'
27+
gem 'yard', '~> 0.9'
2828
end
2929

3030
group(:unknown) do
31-
gem 'maruku', '~> 0.7'
3231
gem 'activerecord', '>= 7.1.5.2'
32+
gem 'maruku', '~> 0.7'
3333
end
3434

3535
group(:development) do

0 commit comments

Comments
 (0)