spec/dummy/bin/bundle in europeana-blacklight-1.2.2 vs spec/dummy/bin/bundle in europeana-blacklight-1.3.0

- old
+ new

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