Sha256: 06470755a9976ee9e5aabc98d5fd716c20fdb4d2f27f90f0eda6cfc780ea1d91
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec group :test do gem "rspec", "~> 3.11" gem "values", "~> 1" end # Excluded from CI except on latest MRI Ruby, to reduce compatibility burden group :checks do gem "panolint", github: "panorama-ed/panolint", branch: "main" # Simplecov to generate coverage info gem "simplecov", require: false # Simplecov-cobertura to generate an xml coverage file to upload to Codecov gem "simplecov-cobertura", require: false end # Excluded from CI except on latest MRI Ruby, to reduce compatibility burden group :docs do gem "dokaz" gem "redcarpet", "~> 3.5" gem "yard", "~> 0.9" gem "yard-doctest", "~> 0.1" end # Optional, only used locally to release to rubygems.org group :release, optional: true do gem "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
memo_wise-1.7.0 | Gemfile |