mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
4 lines
129 B
Text
4 lines
129 B
Text
![]() |
#!/usr/bin/env ruby
|
||
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||
|
load Gem.bin_path('bundler', 'bundle')
|