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'
|
gem 'mysql'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'settingslogic', :git => 'https://github.com/binarylogic/settingslogic.git'
|
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'
|
||||||
# database
|
# database
|
||||||
|
|
||||||
gem 'activerecord-import'
|
gem 'activerecord-import'
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -15,6 +15,12 @@ GIT
|
||||||
json
|
json
|
||||||
rails (>= 3.0.0)
|
rails (>= 3.0.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/binarylogic/settingslogic.git
|
||||||
|
revision: 4884d455bf18d92723cb8190cfd2dbf87f3aafd5
|
||||||
|
specs:
|
||||||
|
settingslogic (2.0.8)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/diaspora/acts-as-taggable-on.git
|
remote: git://github.com/diaspora/acts-as-taggable-on.git
|
||||||
revision: c3592fe1a906f6ff1cd12766c5cf1152c51eec40
|
revision: c3592fe1a906f6ff1cd12766c5cf1152c51eec40
|
||||||
|
|
@ -40,12 +46,6 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
http_accept_language (1.0.1)
|
http_accept_language (1.0.1)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/binarylogic/settingslogic.git
|
|
||||||
revision: 4884d455bf18d92723cb8190cfd2dbf87f3aafd5
|
|
||||||
specs:
|
|
||||||
settingslogic (2.0.8)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue