File: Gemfile

package info (click to toggle)
ruby-rghost 0.9.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,188 kB
  • sloc: ruby: 3,374; makefile: 6; sh: 1
file content (8 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
source "https://rubygems.org"

# Specify runtime dependencies in rghost.gemspec
gemspec

gem "pry-byebug", group: [:development, :test], platforms: [:ruby]
gem "rspec", group: :test
gem "standard", group: [:development, :test]