Project

General

Profile

Download (247 Bytes) Statistics
| Branch: | Tag: | Revision:

runcible / Gemfile @ 4376f477

1
source 'https://rubygems.org'
2

    
3
# Specify your gem's dependencies in runcible.gemspec
4
gemspec
5

    
6
group :test do
7
  gem 'rake', '0.9.2.2'
8
  gem 'vcr'
9
  gem 'webmock'
10
  gem 'minitest', '< 5'
11
  gem 'parseconfig'
12
end
13

    
14
group :debug do
15
  gem 'debugger'
16
end