Commit d1a0b21
committed
Update fixtures for Ruby 3.2+ compatibility
- Upgrade Rails 6.1 -> Rails 7.2 in test fixtures
- Rename rails6_sprockets -> rails72_sprockets
- Rename multibuildpack/rails6 -> multibuildpack/rails72
- Rails 6.1 is EOL (June 2024) and has Ruby 3.2 compatibility issues
- Add rackup gem to all Rack-based applications
- Required since rackup was extracted from Ruby stdlib in Ruby 3.0+
- Added to Sinatra, custom Gemfile, and multibuildpack fixtures
- Updated vendor/cache for fixtures that use cached gems
- Update JRuby fixture for Ruby 3.2 compatibility
- Upgrade gem dependencies (Sinatra 3.0 -> 4.2, Rack 2.2 -> 3.2)
- Add universal-java-1.8 platform to Gemfile.lock
- Regenerate lockfile and vendor/cache with JRuby 9.4.8.0
- Regenerate all Gemfile.lock files with Ruby 3.2.9
All integration tests passing (15/15)1 parent 0863f56 commit d1a0b21
155 files changed
Lines changed: 738 additions & 478 deletions
File tree
- fixtures
- default
- custom_gemfile
- rails6_sprockets
- rails72_sprockets
- app
- assets
- config
- images
- stylesheets
- controllers
- helpers
- javascript/packs
- jobs
- views/layouts
- bin
- config
- environments
- initializers
- locales
- webpack
- public
- rails7
- relative_gemspec_path
- sinatra_jruby
- vendor/cache
- sinatra
- vendor/cache
- specified_ruby_version
- unspecified_ruby_version
- multibuildpack
- dotnet_core
- rails6
- rails72
- app
- assets
- config
- images
- stylesheets
- controllers
- helpers
- javascript/packs
- jobs
- views/layouts
- bin
- config
- environments
- initializers
- locales
- webpack
- public
- ruby_calls_go
- src/ruby/integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | | - | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | | - | |
14 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | | - | |
17 | | - | |
| 27 | + | |
| 28 | + | |
18 | 29 | | |
19 | 30 | | |
20 | | - | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
| 35 | + | |
24 | 36 | | |
25 | 37 | | |
26 | 38 | | |
27 | 39 | | |
28 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
This file was deleted.
0 commit comments