Gemfile in winrm-1.3.3 vs Gemfile in winrm-1.3.4
- old
+ new
@@ -1,3 +1,9 @@
# encoding: UTF-8
source 'https://rubygems.org'
gemspec
+
+group :development do
+ # Use a tighter specification until rubocop issues are fixed.
+ # Then remove this
+ gem 'rubocop', '~> 0.28.0'
+end