File: Gemfile

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

source "https://rubygems.org"

gemspec

gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rspec_junit_formatter", "~> 0.4.0"
gem "rubocop", "~> 1.7"
gem "simplecov", require: false
gem "simplecov-cobertura", "~> 1.4.2"