File: Gemfile

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

gem 'simplecov', :require => false, :group => :test
gem 'codecov', :require => false, :group => :test
gem 'rspec', :require => false, :group => :test

gemspec