From dbe260e4fe83f9862aca4035e8a631aa4dc88ea5 Mon Sep 17 00:00:00 2001 From: JuliusR <> Date: Sat, 18 Dec 2021 11:55:20 +0100 Subject: [PATCH] add roo and roo-xls --- Gemfile | 2 ++ Gemfile.lock | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Gemfile b/Gemfile index 25cdd77..2e061eb 100644 --- a/Gemfile +++ b/Gemfile @@ -57,3 +57,5 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "haml-rails", "~> 2.0" gem "bcrypt" +gem 'roo' +gem 'roo-xls' diff --git a/Gemfile.lock b/Gemfile.lock index 058a4d5..9d19ab9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,6 +165,14 @@ GEM ffi (~> 1.0) regexp_parser (2.2.0) rexml (3.2.5) + roo (2.8.3) + nokogiri (~> 1) + rubyzip (>= 1.3.0, < 3.0.0) + roo-xls (1.2.0) + nokogiri + roo (>= 2.0.0, < 3) + spreadsheet (> 0.9.0) + ruby-ole (1.2.12.2) ruby_parser (3.18.1) sexp_processor (~> 4.16) rubyzip (2.3.2) @@ -184,6 +192,8 @@ GEM rubyzip (>= 1.2.2) semantic_range (3.0.0) sexp_processor (4.16.0) + spreadsheet (1.3.0) + ruby-ole spring (4.0.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) @@ -236,6 +246,8 @@ DEPENDENCIES puma (~> 5.0) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.4) + roo + roo-xls sass-rails (>= 6) selenium-webdriver spring