File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
18- ruby-version : 3.0
18+ ruby-version : 3.3
1919 - name : Install dependencies
2020 run : bundle install
2121 - name : Run RuboCop against BASE..HEAD changes
Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 ruby-version :
10- - ' 3.0'
1110 - ' 3.1'
1211 - ' 3.2'
1312 - ' 3.3'
1716 - gemfiles/Gemfile.rails72
1817 - gemfiles/Gemfile.rails80
1918 exclude :
20- # rails 7.2 requires ruby >= 3.1
21- # https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
22- - ruby-version : ' 3.0'
23- gemfile : ' gemfiles/Gemfile.rails72'
2419 # rails 8.0 requires ruby >= 3.2
2520 # https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
26- - ruby-version : ' 3.0'
27- gemfile : ' gemfiles/Gemfile.rails80'
2821 - ruby-version : ' 3.1'
2922 gemfile : ' gemfiles/Gemfile.rails80'
3023
Original file line number Diff line number Diff line change 33* Update rubocop version dependency
44* rake bundle: update should package gems for all platforms
55
6+ ## Changed
7+ * Drop support for Ruby 3.0
8+
69## 7.3.2 / 2025-05-01
710### Fixed
811* Capistrano: Add missing ` tmpdir ` requirement to deploy application secrets
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2121 spec . require_paths = [ 'lib' ]
2222
23- spec . required_ruby_version = '>= 3.0 '
23+ spec . required_ruby_version = '>= 3.1 '
2424
2525 spec . add_dependency 'pry'
2626
You can’t perform that action at this time.
0 commit comments