9 lines
182 B
Ruby
9 lines
182 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gemspec name: 'mutant'
|
|
|
|
gem 'devtools', path: 'gems/devtools'
|
|
|
|
eval_gemfile File.expand_path('Gemfile.shared', __dir__)
|