mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
#!/usr/bin/env ruby.exe
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
load Gem.bin_path('bundler', 'bundle')
|