Skip to content

Commit 270783d

Browse files
author
Deric Miguel
committed
lint(Gemfile): Use the new Ruby 1.9 hash syntax
Signed-off-by: Deric Miguel <dmiguel@logicworks.net>
1 parent f86419f commit 270783d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
22

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/'
77

88
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'
1414
end

0 commit comments

Comments
 (0)