Skip to content

Commit e9d0e48

Browse files
authored
Merge pull request dev-sec#66 from artem-forks/ruby-2.4
CI: update to ruby 2.4.1 and rubocop 0.49.1
2 parents 105ec0f + 16d47e8 commit e9d0e48

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: ruby
33
cache: bundler
44

55
rvm:
6-
- 2.3.3
6+
- 2.4.1
77

88
bundler_args: --without integration
99
script: bundle exec rake

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'highline', '~> 1.6.0'
44
gem 'inspec', '~> 1'
55
gem 'rack', '1.6.4'
66
gem 'rake'
7-
gem 'rubocop', '~> 0.46.0'
7+
gem 'rubocop', '~> 0.49.0'
88

99
group :tools do
1010
gem 'github_changelog_generator', '~> 1.12.0'

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env rake
2-
31
require 'rake/testtask'
42
require 'rubocop/rake_task'
53

0 commit comments

Comments
 (0)