Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
g5k-api
Commits
b8af9c00
Commit
b8af9c00
authored
Apr 27, 2016
by
MARGERY David
Browse files
[Packaging] Allow usage of vendorized bundler
parent
8222891b
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/boot.rb
View file @
b8af9c00
...
...
@@ -19,7 +19,7 @@ YAML::ENGINE.yamler = "psych"
# Attempts to use a vendored Bundler, if any
vendored_gems
=
File
.
expand_path
(
'../../vendor/bundle/ruby/
1.9.1
/gems'
,
__FILE__
'../../vendor/bundle/ruby/
2.1.5
/gems'
,
__FILE__
)
vendored_bundler
=
Dir
[
"
#{
vendored_gems
}
/bundler-*/lib"
].
sort
.
last
...
...
debian/changelog
View file @
b8af9c00
g5k-api (3.4.12-8) jessie; urgency=medium
* fix postinst script for proper /usr/bin/g5k-api
* fix code path to find vendorize bundler
-- vagrant <vagrant@debian-8.2.0-amd64> Wed, 27 Apr 2016 08:42:25 +0000
g5k-api (3.4.12-7) jessie; urgency=medium
* New attempt at fixing ruby version dependency
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment