Skip to content

Commit

Permalink
Merge pull request #43 from atomic111/master
Browse files Browse the repository at this point in the history
update Gemfile
  • Loading branch information
arlimus committed Jul 25, 2016
2 parents a93f228 + 4585d2a commit b565231
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

source 'https://rubygems.org'

# pin dependency for Ruby 1.9.3 since bundler is not
# detecting that net-ssh 3 does not work with 1.9.3
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
gem 'net-ssh', '~> 2.9'
end

gem 'rake'
gem 'inspec', '~> 0.9'
gem 'rubocop', '~> 0.23'
gem 'inspec', '~> 0'
gem 'rubocop', '~> 0.36.0'
gem 'highline', '~> 1.6.0'

# pin dependency for Ruby 1.9.3 since bundler is not
# detecting that net-ssh 3 does not work with 1.9.3
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
gem 'net-ssh', '~> 2.9'
group :tools do
gem 'github_changelog_generator', '~> 1.12.0'
end

0 comments on commit b565231

Please sign in to comment.