Sha256: 293d9b1604e008fc279a9f03748f92d84c970bf1c93e60cd79918fe790ca74b0
Contents?: true
Size: 685 Bytes
Versions: 7
Compression:
Stored size: 685 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.10" gem "values", "~> 1" end # Excluded from CI except on latest MRI Ruby, to reduce compatibility burden group :checks do gem "codecov" gem "panolint", github: "panorama-ed/panolint", branch: "main" 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
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
memo_wise-1.6.0 | Gemfile |
memo_wise-1.5.0 | Gemfile |
memo_wise-1.4.0 | Gemfile |
memo_wise-1.3.0 | Gemfile |
memo_wise-1.2.0 | Gemfile |
memo_wise-1.1.0 | Gemfile |
memo_wise-1.0.0 | Gemfile |