Skip to content

Commit cc07203

Browse files
committed
modifile gemfile with ruby latest version
1 parent f6ff345 commit cc07203

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

cf.Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
ruby '2.6.10'
3+
ruby '~> 3.0'
44

5-
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.22'
5+
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.23'

cf.Gemfile.lock

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/cloudfoundry/buildpack-packager
3-
revision: 080f6fb773bf151dfae87a22d6852749d6be968a
4-
tag: v2.3.22
3+
revision: f88bfee41cf46d5b6ea487d6c30a99ed7c0e51eb
4+
tag: v2.3.23
55
specs:
6-
buildpack-packager (2.3.22)
6+
buildpack-packager (2.3.23)
77
activesupport (~> 4.1)
88
kwalify (~> 0)
99
semantic
@@ -17,11 +17,11 @@ GEM
1717
minitest (~> 5.1)
1818
thread_safe (~> 0.3, >= 0.3.4)
1919
tzinfo (~> 1.1)
20-
concurrent-ruby (1.2.2)
20+
concurrent-ruby (1.2.3)
2121
i18n (0.9.5)
2222
concurrent-ruby (~> 1.0)
2323
kwalify (0.7.2)
24-
minitest (5.20.0)
24+
minitest (5.21.2)
2525
semantic (1.6.1)
2626
terminal-table (1.8.0)
2727
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -31,13 +31,14 @@ GEM
3131
unicode-display_width (1.8.0)
3232

3333
PLATFORMS
34+
aarch64-linux
3435
ruby
3536

3637
DEPENDENCIES
3738
buildpack-packager!
3839

3940
RUBY VERSION
40-
ruby 2.6.10p210
41+
ruby 3.3.0p0
4142

4243
BUNDLED WITH
43-
1.17.2
44+
2.5.3

0 commit comments

Comments
 (0)