# frozen_string_literal: true

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

source "https://rubygems.org/"

group :development do
  gem "solargraph", platform: :mri
  gem "fiddle", platform: :windows
end

gemspec
