From becfb09b3c8b69c6ee1484bf7bfa5543b202333d Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 21 Jul 2022 10:29:45 +1000 Subject: [PATCH] Bump roo from old master to 2.9.0 This release doesn't include the latest two pull requests but we don't need those features and it's an upgrade already. Dependabot will now pick up new releases instead of every new commit to the master branch of the gem source. That should be less work for us. --- Gemfile | 2 +- Gemfile.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index f053c8809f..bbe2334f1f 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem 'wicked_pdf' gem 'wkhtmltopdf-binary' gem 'immigrant' -gem 'roo', github: "roo-rb/roo" # master is currently needed for Ruby 3.x (awaiting new release) +gem 'roo' gem 'spreadsheet_architect' gem 'whenever', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6c90fb044a..9d40476cb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,14 +24,6 @@ GIT sass-rails thor (>= 0.14) -GIT - remote: https://github.com/roo-rb/roo.git - revision: 709464c77623be2bc09b2103405d90ded7604a75 - specs: - roo (2.8.3) - nokogiri (~> 1) - rubyzip (>= 1.3.0, < 3.0.0) - PATH remote: engines/catalog specs: @@ -516,6 +508,9 @@ GEM builder (>= 3.0) dry-inflector (~> 0.1) rubyzip (>= 1.0) + roo (2.9.0) + nokogiri (~> 1) + rubyzip (>= 1.3.0, < 3.0.0) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -781,7 +776,7 @@ DEPENDENCIES responders rexml roadie-rails - roo! + roo rspec-rails (>= 3.5.2) rspec-retry rswag-api