File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " bundler"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 8686 steps :
8787 - run : |
8888 dnf group install -y "C Development Tools and Libraries"
89- dnf install -y ruby ruby-devel
89+ dnf install -y ruby ruby-devel libyaml-devel
9090 - uses : actions/checkout@v3
9191 - run : bundle install
9292 - run : bundle exec rake compile -- --disable-system-libraries
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ source "https://rubygems.org"
22
33gemspec
44
5- gem ( "minitest" , "~> 5.15 " )
6- gem ( "rake-compiler" , "~> 1.2.0 " )
5+ gem ( "minitest" , "5.20.0 " )
6+ gem ( "rake-compiler" , "1.2.5 " )
77gem ( "rake-compiler-dock" , "1.3.0" )
8- gem ( "rdoc" , ">= 4.0" , "< 7 ")
9- gem ( "psych" , "~> 4. 0" ) # psych 5 doesn't build on some CI platforms yet
8+ gem ( "rdoc" , "6.5.0 " )
9+ gem ( "psych" , "5.1. 0" )
1010
1111gem ( "ruby_memcheck" , "2.1.2" ) if Gem ::Platform . local . os == "linux"
You can’t perform that action at this time.
0 commit comments