Revert unnessecary updates to binaries

This commit is contained in:
Karl Erik Õunapuu 2020-04-15 12:25:28 +03:00
parent e040ac6a45
commit 43200f68de
5 changed files with 16 additions and 19 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')