File: Gemfile

package info (click to toggle)
ruby-puppetserver-ca-cli 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 696 kB
  • sloc: ruby: 6,970; sh: 4; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in puppetserver-ca.gemspec
gemspec

gem 'hocon', '~> 1.2', require: false
gem 'rake', '~> 13.0', require: false
gem 'rspec', '~> 3.4', require: false

group(:development, optional: true) do
  gem 'pry'
  gem 'pry-byebug'
end