We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93f228 commit 4585d2aCopy full SHA for 4585d2a
1 file changed
Gemfile
@@ -2,17 +2,17 @@
2
3
source 'https://rubygems.org'
4
5
+# pin dependency for Ruby 1.9.3 since bundler is not
6
+# detecting that net-ssh 3 does not work with 1.9.3
7
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
8
gem 'net-ssh', '~> 2.9'
9
end
10
11
gem 'rake'
-gem 'inspec', '~> 0.9'
-gem 'rubocop', '~> 0.23'
12
+gem 'inspec', '~> 0'
13
+gem 'rubocop', '~> 0.36.0'
14
gem 'highline', '~> 1.6.0'
15
-# pin dependency for Ruby 1.9.3 since bundler is not
-# detecting that net-ssh 3 does not work with 1.9.3
16
-if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
17
- gem 'net-ssh', '~> 2.9'
+group :tools do
+ gem 'github_changelog_generator', '~> 1.12.0'
18
0 commit comments