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.
17 lines
313 B
17 lines
313 B
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
|
|
gem "rake"
|
|
|
|
gem "memory_profiler", require: false
|
|
gem "minitest"
|
|
gem "minitest-reporters"
|
|
gem "mocha", "~> 3.0.1"
|
|
gem "rubocop", "~> 1.85.0", require: false
|
|
gem "rubocop-minitest", require: false
|
|
gem "rubocop-rake", require: false
|
|
gem "yard"
|