File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2424 - name : Setup Ruby
2525 uses : ruby/setup-ruby@v1
2626 with :
27- ruby-version : ' 3.1 '
27+ ruby-version : ' 3.2 '
2828
2929 - name : Bundler
3030 run : bundle install
@@ -42,15 +42,11 @@ jobs:
4242 - ' 3.4'
4343 - ' 3.3'
4444 - ' 3.2'
45- - ' 3.1'
4645 - ' head'
4746 rails :
4847 - rails_8.0
4948 - rails_7.2
5049 - rails_7.1
51- exclude :
52- - ruby : ' 3.1'
53- rails : ' rails_8.0'
5450
5551 env : # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
5652 BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile
Original file line number Diff line number Diff line change 88
99AllCops :
1010 NewCops : enable
11- TargetRubyVersion : 3.1
11+ TargetRubyVersion : 3.2
1212 Exclude :
1313 - bin/*
1414 - gemfiles/*
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313 s . description = 'Translates the Rails routes of your application into the languages defined in your locale files'
1414 s . license = 'MIT'
1515
16- s . required_ruby_version = '>= 3.1 .0'
16+ s . required_ruby_version = '>= 3.2 .0'
1717
1818 s . files = Dir [ 'README.md' , 'LICENSE' , 'lib/**/*.rb' ]
1919
You can’t perform that action at this time.
0 commit comments