File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 ruby :
23- - 2.5
2423 - 2.6
2524 - 2.7
25+ - 3.0
2626 - ruby-head
2727 - jruby
2828 steps :
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
6767* {JSON::Canonicalization}
6868
6969## Dependencies
70- * [ Ruby] ( http://ruby-lang.org/ ) (>= 2.4 )
71- * [ JSON] ( https://rubygems.org/gems/json ) (>= 2.3 )
70+ * [ Ruby] ( http://ruby-lang.org/ ) (>= 2.6 )
71+ * [ JSON] ( https://rubygems.org/gems/json ) (>= 2.6 )
7272
7373## Author
7474* [ Gregg Kellogg] ( http://github.com/gkellogg ) - < http://kellogg-assoc.com/ >
Original file line number Diff line number Diff line change 1- 0.2.1
1+ 0.3.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717 gem . files = %w( AUTHORS README.md LICENSE VERSION ) + Dir . glob ( 'lib/**/*.rb' )
1818 gem . test_files = Dir . glob ( 'spec/**/*.rb' ) + Dir . glob ( 'spec/**/*.json' )
1919
20- gem . required_ruby_version = '>= 2.4 '
20+ gem . required_ruby_version = '>= 2.6 '
2121 gem . requirements = [ ]
2222 gem . add_development_dependency 'rspec' , '~> 3.10'
2323 gem . add_development_dependency 'yard' , '~> 0.9'
You can’t perform that action at this time.
0 commit comments