7 lines
143 B
Ruby
7 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gemspec name: 'mutant'
|
|
|
|
eval_gemfile File.expand_path('Gemfile.shared', __dir__)
|