Skip to content

Commit 511ac19

Browse files
committed
fix vulnerable rubocop version for testing
1 parent e991252 commit 511ac19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'rake'
44
gem 'rack', '1.6.4'
55
gem 'inspec', '~> 1'
66
gem 'highline', '~> 1.6.0'
7-
gem 'rubocop', '~>0.46.0'
7+
gem 'rubocop', '~>0.54.0'
88

99
group :integration do
1010
gem 'berkshelf'

0 commit comments

Comments
 (0)