Project

General

Profile

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

hammer-cli-csv / Gemfile @ f8ecc788

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

    
3
gemspec
4

    
5
gem 'apipie-bindings', :path => "../apipie-bindings"
6
gem 'hammer_cli', :path => "../hammer-cli"
7
gem 'hammer_cli_foreman', :path => "../hammer-cli-foreman"
8
gem 'hammer_cli_katello', :path => "../hammer-cli-katello"
9
gem 'hammer_cli_foreman_tasks', :path => "../hammer-cli-foreman-tasks"
10

    
11
group :test do
12
  gem 'rake'
13
  gem 'thor'
14
  gem 'minitest', '4.7.4'
15
  gem 'minitest-spec-context'
16
  gem 'simplecov'
17
  gem 'mocha'
18
  gem 'ci_reporter'
19
end