File: Gemfile

package info (click to toggle)
ruby-roadie 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: ruby: 3,418; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source "https://rubygems.org"
gemspec

# Added here so it does not show up on the Gemspec; I only want it for CI builds
gem "codecov", group: :test, require: false
# Not actually required to run the tests for the gem, but a real convenience
# for local development.
gem "standard", group: [:test, :development], require: false
gem "solargraph", group: [:test, :development], require: false