File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
source ENV [ 'GEM_SOURCE' ] || 'https://rubygems.org'
2
2
3
- gem 'github_changelog_generator' , '~> 1.12.0' , : source => 'https://rubygems.org/'
4
- gem 'rake' , : source => 'https://rubygems.org/'
5
- gem 'rubocop' , : source => 'https://rubygems.org/'
6
- gem 'unf_ext' , : source => 'https://rubygems.org/'
3
+ gem 'github_changelog_generator' , '~> 1.12.0' , source : 'https://rubygems.org/'
4
+ gem 'rake' , source : 'https://rubygems.org/'
5
+ gem 'rubocop' , source : 'https://rubygems.org/'
6
+ gem 'unf_ext' , source : 'https://rubygems.org/'
7
7
8
8
source 'https://packagecloud.io/cinc-project/stable' do
9
- gem " chef-config"
10
- gem " chef-utils"
11
- gem " cinc-auditor-bin"
12
- gem " inspec"
13
- gem " inspec-core"
9
+ gem ' chef-config'
10
+ gem ' chef-utils'
11
+ gem ' cinc-auditor-bin'
12
+ gem ' inspec'
13
+ gem ' inspec-core'
14
14
end
You can’t perform that action at this time.
0 commit comments