Skip to content

Commit 5b7b477

Browse files
authored
Merge pull request #1096 from cloudfoundry/remove-ruby-3.1-eol
Remove EOL Ruby 3.1.x
2 parents 11dcac9 + d1a0b21 commit 5b7b477

158 files changed

Lines changed: 745 additions & 519 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
2-
ruby "~>3.1.0"
2+
ruby "~>3.2.0"
33
gem "cf-app-utils"
4+
gem 'rackup'
45
gem "webrick"
56
gem "sinatra"
Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.3.0)
45
cf-app-utils (0.6)
5-
mustermann (3.0.0)
6+
logger (1.7.0)
7+
mustermann (3.0.4)
68
ruby2_keywords (~> 0.0.1)
7-
rack (2.2.4)
8-
rack-protection (3.0.4)
9-
rack
9+
rack (3.2.4)
10+
rack-protection (4.2.1)
11+
base64 (>= 0.1.0)
12+
logger (>= 1.6.0)
13+
rack (>= 3.0.0, < 4)
14+
rack-session (2.1.1)
15+
base64 (>= 0.1.0)
16+
rack (>= 3.0.0)
17+
rackup (2.3.1)
18+
rack (>= 3)
1019
ruby2_keywords (0.0.5)
11-
sinatra (3.0.4)
20+
sinatra (4.2.1)
21+
logger (>= 1.6.0)
1222
mustermann (~> 3.0)
13-
rack (~> 2.2, >= 2.2.4)
14-
rack-protection (= 3.0.4)
23+
rack (>= 3.0.0, < 4)
24+
rack-protection (= 4.2.1)
25+
rack-session (>= 2.0.0, < 3)
1526
tilt (~> 2.0)
16-
tilt (2.0.11)
17-
webrick (1.7.0)
27+
tilt (2.7.0)
28+
webrick (1.9.2)
1829

1930
PLATFORMS
20-
ruby
31+
x86_64-linux
2132

2233
DEPENDENCIES
2334
cf-app-utils
35+
rackup
2436
sinatra
2537
webrick
2638

2739
RUBY VERSION
28-
ruby 3.1.3p185
40+
ruby 3.2.9p265
41+
42+
BUNDLED WITH
43+
2.4.19

fixtures/default/rails6_sprockets/Gemfile.lock

Lines changed: 0 additions & 163 deletions
This file was deleted.

fixtures/default/rails7/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '~> 3.1.0'
4+
ruby '~> 3.2.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 7.1'

0 commit comments

Comments
 (0)