From d06edc2f62ce1e2e499684e3446d1a39c90d81f3 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 20 Oct 2021 12:52:31 -0300 Subject: [PATCH] usar rollups desde git para poder hacer un rollup recursivo --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b5e8664b..a04353b2 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem 'rails-i18n' gem 'rails_warden' gem 'redis', require: %w[redis redis/connection/hiredis] gem 'redis-rails' -gem 'rollups' +gem 'rollups', git: 'https://github.com/ankane/rollup.git', branch: 'master' gem 'rubyzip' gem 'rugged' gem 'concurrent-ruby-ext' diff --git a/Gemfile.lock b/Gemfile.lock index 9d1f512b..c1f6925c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,15 @@ GIT rails (>= 3.0) 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 remote: https://github.com/fauno/email_address revision: 536b51f7071b68a55140c0c1726b4cd401d1c04d @@ -483,9 +492,6 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - rollups (0.1.2) - activesupport (>= 5.1) - groupdate (>= 5.2) rouge (3.26.0) rubocop (1.18.3) parallel (~> 1.10) @@ -700,7 +706,7 @@ DEPENDENCIES recursero-jekyll-theme redis redis-rails - rollups + rollups! rubocop-rails rubyzip rugged