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.
21 lines
366 B
21 lines
366 B
source 'http://rubygems.org'
|
|
|
|
# Dependencies required to run this gem.
|
|
gem 'nokogiri', '>= 1.10.8'
|
|
gem 'rubyzip', '>= 3.2.2', require: 'zip'
|
|
|
|
# Development dependencies.
|
|
group :development, :test do
|
|
gem 'bundler'
|
|
gem 'rake'
|
|
gem 'juwelier'
|
|
gem 'rspec'
|
|
gem 'simplecov'
|
|
|
|
# gem 'stackprof'
|
|
gem 'ruby-prof'
|
|
gem 'rspec_junit_formatter'
|
|
|
|
gem 'rubocop'
|
|
end
|