# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :development do
  gem 'mutant',       '~> 0.8.24'
  gem 'mutant-rspec', '~> 0.8.24'
end

gem(
  'devtools',
  git: 'https://github.com/mbj/devtools.git',
  ref: '26ba0a1053e6cf7b79fc72d513a73457f9a38ead'
)
