File: Gemfile

package info (click to toggle)
ruby-subexec 0.2.3%2Bgh-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ruby: 156; sh: 3; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'pry'
  gem 'pry-nav'
end