File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010
1111 matrix :
1212 ruby-version :
13+ - ' 2.5'
1314 - ' 2.6'
1415 - ' 2.7'
1516 - ' 3.0'
Original file line number Diff line number Diff line change 66AllCops :
77 DisplayCopNames : true
88 NewCops : enable
9- TargetRubyVersion : 2.6
9+ TargetRubyVersion : 2.5
1010
1111Bundler/DuplicatedGem :
1212 Enabled : false
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ source "https://rubygems.org"
44
55gemspec
66
7- gem "bundler" , "~> 2.4.0"
87gem "rake" , ">= 11"
98
109# Use local copy of simplecov in development if you want to
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ PLATFORMS
7272 universal-java-1.8
7373
7474DEPENDENCIES
75- bundler (~> 2.4.0 )
7675 minitest
7776 rake (>= 11 )
7877 rubocop (~> 1.50.2 )
@@ -86,4 +85,4 @@ DEPENDENCIES
8685 yui-compressor
8786
8887BUNDLED WITH
89- 2.4.22
88+ 2.5.3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414 gem . summary = gem . description
1515 gem . license = "MIT"
1616
17- gem . required_ruby_version = ">= 2.6 "
17+ gem . required_ruby_version = ">= 2.5 "
1818
1919 gem . files = Dir . chdir ( __dir__ ) do
2020 `git ls-files -z` . split ( "\x0 " ) . reject do |f |
You can’t perform that action at this time.
0 commit comments