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.
13 lines
299 B
13 lines
299 B
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gemspec path: "../"
|
|
|
|
gem "rails", github: "rails/rails", branch: "main"
|
|
gem "arel", github: "rails/arel"
|
|
gem "rake", ">= 11.1"
|
|
gem "rack-proxy", require: false
|
|
gem "rspec-rails", "~> 6.0.0"
|
|
gem "byebug"
|