We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dbef6 commit 10864a6Copy full SHA for 10864a6
1 file changed
Gemfile
@@ -1,3 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
# Copyright 2016 Vox Pupuli
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,8 +25,8 @@ group :release do
23
25
gem 'github_changelog_generator', '~> 1.16.4', require: false
24
26
end
27
-gem 'puppet_forge', '>= 2.2.9'
28
gem 'metadata_json_deps', '>= 0.2.0', '< 3'
29
gem 'modulesync', '>= 2.6.0'
-gem "octokit", "~> 4.0"
30
+gem 'octokit', '~> 4.0'
31
+gem 'puppet_forge', '>= 2.2.9'
32
# vim: syntax=ruby
0 commit comments