comfpile/Gemfile
David Bailey b1de04fabb
Some checks failed
RuboCop / build (push) Failing after 3s
feat: first commit of basic bundle gem setup
2023-11-15 19:44:44 +01:00

14 lines
230 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in comfpile.gemspec
gemspec
gem "rake", "~> 13.0"
gem "minitest", "~> 5.0"
gem "rubocop", "~> 1.21"
gem "solargraph", "~> 0.49.0"