Remove version suffix from binstubs
Binstubs are nice but not with openSUSE specific ruby binary names that break on other environments.
This commit is contained in:
parent
137d997793
commit
fd3e3adae4
4 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env ruby.ruby2.4
|
||||
#!/usr/bin/env ruby
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
load Gem.bin_path('bundler', 'bundle')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue