mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 11:13:02 +00:00
CI: update to ruby 2.4.1 and rubocop 0.49.1
Chef 13 is also using ruby 2.4.1 in the omnibus packages Signed-off-by: Artem Sidorenko <artem@posteo.de>
This commit is contained in:
parent
105ec0fc99
commit
16d47e8dc5
3 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@ language: ruby
|
|||
cache: bundler
|
||||
|
||||
rvm:
|
||||
- 2.3.3
|
||||
- 2.4.1
|
||||
|
||||
bundler_args: --without integration
|
||||
script: bundle exec rake
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gem 'highline', '~> 1.6.0'
|
|||
gem 'inspec', '~> 1'
|
||||
gem 'rack', '1.6.4'
|
||||
gem 'rake'
|
||||
gem 'rubocop', '~> 0.46.0'
|
||||
gem 'rubocop', '~> 0.49.0'
|
||||
|
||||
group :tools do
|
||||
gem 'github_changelog_generator', '~> 1.12.0'
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env rake
|
||||
|
||||
require 'rake/testtask'
|
||||
require 'rubocop/rake_task'
|
||||
|
||||
|
|
Loading…
Reference in a new issue