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.
23 lines
504 B
23 lines
504 B
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in narray-devel.gemspec
|
|
gemspec
|
|
|
|
gem 'irb', '~> 1.15'
|
|
gem 'minitest', '~> 5.25'
|
|
gem 'rake', '~> 13.3'
|
|
gem 'rake-compiler', '~> 1.3'
|
|
gem 'rdoc', '~> 6.15'
|
|
gem 'rubocop', '~> 1.80'
|
|
gem 'rubocop-minitest', '~> 0.38.2'
|
|
gem 'rubocop-performance', '~> 1.26'
|
|
gem 'rubocop-rake', '~> 0.7.1'
|
|
gem 'simplecov', '~> 0.22.0'
|
|
gem 'yard', '~> 0.9.37'
|
|
|
|
group :memcheck, optional: true do
|
|
gem 'ruby_memcheck', '~> 3.0'
|
|
end
|