mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
324 B
11 lines
324 B
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in child_process.gemspec
|
|
gemspec
|
|
|
|
# Used for local development/testing only
|
|
gem 'rake'
|
|
|
|
# Newer versions of term-ansicolor (used by coveralls) do not work on Ruby 2.4
|
|
gem 'term-ansicolor', '< 1.8.0' if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5')
|