Skip to content

Commit 10864a6

Browse files
committed
Make Gemfile pass RuboCop checks
1 parent c7dbef6 commit 10864a6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# Copyright 2016 Vox Pupuli
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,8 +25,8 @@ group :release do
2325
gem 'github_changelog_generator', '~> 1.16.4', require: false
2426
end
2527

26-
gem 'puppet_forge', '>= 2.2.9'
2728
gem 'metadata_json_deps', '>= 0.2.0', '< 3'
2829
gem 'modulesync', '>= 2.6.0'
29-
gem "octokit", "~> 4.0"
30+
gem 'octokit', '~> 4.0'
31+
gem 'puppet_forge', '>= 2.2.9'
3032
# vim: syntax=ruby

0 commit comments

Comments
 (0)