use shallow copy of rails_admin [ci skip]
This commit is contained in:
parent
17b451e4ad
commit
a558f45f9d
2 changed files with 14 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem 'omniauth-tumblr'
|
||||||
gem 'omniauth-twitter'
|
gem 'omniauth-twitter'
|
||||||
|
|
||||||
gem 'twitter', '2.0.2'
|
gem 'twitter', '2.0.2'
|
||||||
gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
|
gem 'rails_admin', :git => 'git://github.com/diaspora/rails_admin_smaller.git'
|
||||||
|
|
||||||
# mail
|
# mail
|
||||||
|
|
||||||
|
|
|
||||||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -35,18 +35,8 @@ GIT
|
||||||
sinatra
|
sinatra
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/pivotal/jasmine-gem.git
|
remote: git://github.com/diaspora/rails_admin_smaller.git
|
||||||
revision: c72e8d248d49a1ebe53f31a09ac511194ad4edf1
|
revision: bd66ed784081e13ff383171b1d541ce1c299f722
|
||||||
specs:
|
|
||||||
jasmine (1.2.0.rc3)
|
|
||||||
jasmine-core (>= 1.2.0.rc3)
|
|
||||||
rack (~> 1.0)
|
|
||||||
rspec (>= 1.3.1)
|
|
||||||
selenium-webdriver (>= 0.1.3)
|
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/sferik/rails_admin.git
|
|
||||||
revision: e17434dab04d9ffbb574862d9c2a06fe9013c756
|
|
||||||
specs:
|
specs:
|
||||||
rails_admin (0.0.1)
|
rails_admin (0.0.1)
|
||||||
bbenezech-nested_form (~> 0.0.6)
|
bbenezech-nested_form (~> 0.0.6)
|
||||||
|
|
@ -62,6 +52,16 @@ GIT
|
||||||
remotipart (~> 1.0)
|
remotipart (~> 1.0)
|
||||||
sass-rails (~> 3.1)
|
sass-rails (~> 3.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/pivotal/jasmine-gem.git
|
||||||
|
revision: c72e8d248d49a1ebe53f31a09ac511194ad4edf1
|
||||||
|
specs:
|
||||||
|
jasmine (1.2.0.rc3)
|
||||||
|
jasmine-core (>= 1.2.0.rc3)
|
||||||
|
rack (~> 1.0)
|
||||||
|
rspec (>= 1.3.1)
|
||||||
|
selenium-webdriver (>= 0.1.3)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -476,7 +476,7 @@ GEM
|
||||||
simple_oauth (~> 0.1)
|
simple_oauth (~> 0.1)
|
||||||
typhoeus (0.3.3)
|
typhoeus (0.3.3)
|
||||||
mime-types
|
mime-types
|
||||||
tzinfo (0.3.32)
|
tzinfo (0.3.33)
|
||||||
uglifier (1.2.4)
|
uglifier (1.2.4)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (>= 1.0.2)
|
multi_json (>= 1.0.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue