File: Gemfile

package info (click to toggle)
ruby-abstract-type 0.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 205; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# encoding: utf-8

source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
end

eval_gemfile 'Gemfile.devtools'