read settings logic from readonly git to make old centos git happier[ci skip]
Showing
... | ... | @@ -41,7 +41,7 @@ group :heroku do |
gem 'mysql' | ||
end | ||
gem 'settingslogic', :git => 'https://github.com/binarylogic/settingslogic.git' | ||
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git' | ||
# database | ||
gem 'activerecord-import' | ||
... | ... |
Please register or sign in to comment