File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 matrix :
1212 ruby-version :
13- - ' 2.5'
1413 - ' 2.6'
1514 - ' 2.7'
1615 - ' 3.0'
Original file line number Diff line number Diff line change 66AllCops :
77 DisplayCopNames : true
88 NewCops : enable
9- TargetRubyVersion : 2.5
9+ TargetRubyVersion : 2.6
1010
1111Bundler/DuplicatedGem :
1212 Enabled : false
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ source "https://rubygems.org"
44
55gemspec
66
7+ gem "bundler" , "~> 2.4.0"
78gem "rake" , ">= 11"
89
910# Use local copy of simplecov in development if you want to
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ PLATFORMS
6868 ruby
6969
7070DEPENDENCIES
71+ bundler (~> 2.4.0 )
7172 minitest
7273 rake (>= 11 )
7374 rubocop
@@ -81,4 +82,4 @@ DEPENDENCIES
8182 yui-compressor
8283
8384BUNDLED WITH
84- 2.5.3
85+ 2.4.22
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.5 "
17+ gem . required_ruby_version = ">= 2.6 "
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