Skip to content

Commit b565231

Browse files
authored
Merge pull request #43 from atomic111/master
update Gemfile
2 parents a93f228 + 4585d2a commit b565231

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
source 'https://rubygems.org'
44

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
57
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
68
gem 'net-ssh', '~> 2.9'
79
end
810

911
gem 'rake'
10-
gem 'inspec', '~> 0.9'
11-
gem 'rubocop', '~> 0.23'
12+
gem 'inspec', '~> 0'
13+
gem 'rubocop', '~> 0.36.0'
1214
gem 'highline', '~> 1.6.0'
1315

14-
# pin dependency for Ruby 1.9.3 since bundler is not
15-
# 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'
16+
group :tools do
17+
gem 'github_changelog_generator', '~> 1.12.0'
1818
end

0 commit comments

Comments
 (0)