read settings logic from readonly git to make old centos git happier[ci skip]
This commit is contained in:
parent
240d595714
commit
1251f7433c
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -15,6 +15,12 @@ GIT
|
|||
json
|
||||
rails (>= 3.0.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/binarylogic/settingslogic.git
|
||||
revision: 4884d455bf18d92723cb8190cfd2dbf87f3aafd5
|
||||
specs:
|
||||
settingslogic (2.0.8)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/diaspora/acts-as-taggable-on.git
|
||||
revision: c3592fe1a906f6ff1cd12766c5cf1152c51eec40
|
||||
|
|
@ -40,12 +46,6 @@ GIT
|
|||
specs:
|
||||
http_accept_language (1.0.1)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/binarylogic/settingslogic.git
|
||||
revision: 4884d455bf18d92723cb8190cfd2dbf87f3aafd5
|
||||
specs:
|
||||
settingslogic (2.0.8)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue