# -*- ruby -*-
# frozen_string_literal: true

# NOTE: This file is not the canonical source of dependencies. Edit the Rakefile, instead.

source "https://rubygems.org/"

if ENV["DEV"]
  gem "debug", platforms: [:mri]
  gem "ruby-prof", platforms: [:mri]
  gem "memory_profiler", platforms: [:mri]
end

gemspec
