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.
14 lines
449 B
14 lines
449 B
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in package_json.gemspec
|
|
gemspec
|
|
|
|
gem "rake", "~> 13.0"
|
|
gem "rspec", "~> 3.0"
|
|
gem "rubocop", "< 1.51" # TODO: this version dropped support for Ruby 2.6
|
|
gem "rubocop-performance", "< 1.18.0" # TODO: this version dropped support for Ruby 2.6
|
|
gem "rubocop-rspec", "< 2.21.0" # TODO: this version dropped support for Ruby 2.6
|
|
gem "simplecov", require: false
|