mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-16 17:58:24 +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
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3.3
|
- 2.4.1
|
||||||
|
|
||||||
bundler_args: --without integration
|
bundler_args: --without integration
|
||||||
script: bundle exec rake
|
script: bundle exec rake
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gem 'highline', '~> 1.6.0'
|
||||||
gem 'inspec', '~> 1'
|
gem 'inspec', '~> 1'
|
||||||
gem 'rack', '1.6.4'
|
gem 'rack', '1.6.4'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'rubocop', '~> 0.46.0'
|
gem 'rubocop', '~> 0.49.0'
|
||||||
|
|
||||||
group :tools do
|
group :tools do
|
||||||
gem 'github_changelog_generator', '~> 1.12.0'
|
gem 'github_changelog_generator', '~> 1.12.0'
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env rake
|
|
||||||
|
|
||||||
require 'rake/testtask'
|
require 'rake/testtask'
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue