Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit ec7cac7

Browse files
author
Sebastian Gumprich
committed
Remove commented lines from Gemfile
1 parent e73c107 commit ec7cac7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ source 'https://rubygems.org'
44

55
group :test do
66
gem 'rake'
7-
# gem 'chefspec', '~> 4.2.0'
87
gem 'foodcritic', '~> 4.0'
98
gem 'thor-foodcritic'
10-
# gem 'rubocop', '~> 0.28.0'
119
gem 'coveralls', require: false
1210
end
1311

1412
group :development do
1513
gem 'guard'
1614
gem 'guard-rspec'
1715
gem 'guard-kitchen'
18-
# gem 'guard-rubocop'
19-
# gem 'guard-foodcritic'
2016
end
2117

2218
group :integration do

0 commit comments

Comments
 (0)