Skip to content

Commit 50cac67

Browse files
author
Pivotal
committed
Merge branch 'develop' of github.com:cloudfoundry/python-buildpack into develop
2 parents 7f522ef + f420b12 commit 50cac67

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

cf.Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby '2.3.1'
44

55
gem 'machete', git: 'https://github.com/cloudfoundry/machete', tag: 'v0.0.63'
6-
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.5'
6+
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.6'
77
gem 'rspec'
88
gem 'rspec-instafail'
99
gem 'pry'

cf.Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/cloudfoundry/buildpack-packager
3-
revision: 63c7297eec83cbea95f751c995292586d87342d6
4-
tag: v2.3.5
3+
revision: 4dbb1042af7585fef7fe8185a5c7aeea47695af1
4+
tag: v2.3.6
55
specs:
6-
buildpack-packager (2.3.5)
6+
buildpack-packager (2.3.6)
77
activesupport (~> 4.1)
88
kwalify (~> 0)
99
terminal-table (~> 1.4)
@@ -20,9 +20,8 @@ GIT
2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
activesupport (4.2.7.1)
23+
activesupport (4.2.8)
2424
i18n (~> 0.7)
25-
json (~> 1.7, >= 1.7.7)
2625
minitest (~> 5.1)
2726
thread_safe (~> 0.3, >= 0.3.4)
2827
tzinfo (~> 1.1)
@@ -33,8 +32,7 @@ GEM
3332
ffi (1.9.17)
3433
httparty (0.14.0)
3534
multi_xml (>= 0.5.2)
36-
i18n (0.7.0)
37-
json (1.8.6)
35+
i18n (0.8.0)
3836
kwalify (0.7.2)
3937
method_source (0.8.2)
4038
minitest (5.10.1)

0 commit comments

Comments
 (0)