File: Gemfile

package info (click to toggle)
ruby-termios 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: ansic: 1,163; ruby: 377; sh: 4; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in termios.gemspec
gemspec

gem 'rake', '~> 13.0'

gem 'rake-compiler'