mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:26:21 +00:00
usar rollups desde git para poder hacer un rollup recursivo
This commit is contained in:
parent
aa86ead112
commit
d06edc2f62
2 changed files with 11 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -59,7 +59,7 @@ gem 'rails-i18n'
|
||||||
gem 'rails_warden'
|
gem 'rails_warden'
|
||||||
gem 'redis', require: %w[redis redis/connection/hiredis]
|
gem 'redis', require: %w[redis redis/connection/hiredis]
|
||||||
gem 'redis-rails'
|
gem 'redis-rails'
|
||||||
gem 'rollups'
|
gem 'rollups', git: 'https://github.com/ankane/rollup.git', branch: 'master'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'rugged'
|
gem 'rugged'
|
||||||
gem 'concurrent-ruby-ext'
|
gem 'concurrent-ruby-ext'
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -6,6 +6,15 @@ GIT
|
||||||
rails (>= 3.0)
|
rails (>= 3.0)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/ankane/rollup.git
|
||||||
|
revision: 94ca777d54180c23e96ac4b4285cc9b405ccbd1a
|
||||||
|
branch: master
|
||||||
|
specs:
|
||||||
|
rollups (0.1.2)
|
||||||
|
activesupport (>= 5.1)
|
||||||
|
groupdate (>= 5.2)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/fauno/email_address
|
remote: https://github.com/fauno/email_address
|
||||||
revision: 536b51f7071b68a55140c0c1726b4cd401d1c04d
|
revision: 536b51f7071b68a55140c0c1726b4cd401d1c04d
|
||||||
|
@ -483,9 +492,6 @@ GEM
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rollups (0.1.2)
|
|
||||||
activesupport (>= 5.1)
|
|
||||||
groupdate (>= 5.2)
|
|
||||||
rouge (3.26.0)
|
rouge (3.26.0)
|
||||||
rubocop (1.18.3)
|
rubocop (1.18.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
@ -700,7 +706,7 @@ DEPENDENCIES
|
||||||
recursero-jekyll-theme
|
recursero-jekyll-theme
|
||||||
redis
|
redis
|
||||||
redis-rails
|
redis-rails
|
||||||
rollups
|
rollups!
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
rubyzip
|
rubyzip
|
||||||
rugged
|
rugged
|
||||||
|
|
Loading…
Reference in a new issue