Skip to content

Instantly share code, notes, and snippets.

View singh08avinash's full-sized avatar

Avinash Singh singh08avinash

  • India
View GitHub Profile
@singh08avinash
singh08avinash / Gemfile
Created May 15, 2018 06:05
Error related to database_cleaner gem
source 'https://rubygems.org'
ruby '2.4.3'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end