mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
9 lines
223 B
Text
9 lines
223 B
Text
|
source "https://rubygems.org"
|
||
|
|
||
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||
|
|
||
|
# Specify your gem's dependencies in database_cleaner-couch_potato.gemspec
|
||
|
gemspec
|
||
|
|
||
|
gem "database_cleaner", path: "../.."
|