File: Gemfile

package info (click to toggle)
ruby-in-parallel 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ruby: 487; sh: 11; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source 'https://rubygems.org'

# in the Rakefile, so we require it in all groups
gem 'rspec'                ,'~> 3.1'

group :development do
  gem 'simplecov'
  gem 'rake', '>= 0.9.0'
  #Documentation dependencies
  gem 'yard'                 ,'~> 0'
  gem 'markdown'             ,'~> 0'
end

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