From ce8d3916fcc932bdb59a77d921d602c5e65468d4 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 18 Nov 2021 16:04:41 +0100 Subject: [PATCH] bump representable & roar & trailblazer-option --- Gemfile.lock | 9 +++++---- lib/open_project/patches/representable.rb | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d576453adb2..186f2bcc8eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -778,9 +778,9 @@ GEM json redcarpet (3.5.1) regexp_parser (2.1.1) - representable (3.0.4) + representable (3.1.0) declarative (< 0.1.0) - declarative-option (< 0.2.0) + trailblazer-option (~> 0.1.0) uber (< 0.2.0) request_store (1.5.0) rack (>= 1.4) @@ -795,8 +795,8 @@ GEM retriable (3.1.2) rexml (3.2.5) rinku (2.0.6) - roar (1.1.0) - representable (~> 3.0.0) + roar (1.1.1) + representable (~> 3.0) rotp (6.2.0) rouge (3.26.1) rspec (3.10.0) @@ -922,6 +922,7 @@ GEM thor (1.1.0) tilt (2.0.10) timecop (0.9.4) + trailblazer-option (0.1.2) ttfunk (1.7.0) typed_dag (2.0.2) rails (>= 5.0.4) diff --git a/lib/open_project/patches/representable.rb b/lib/open_project/patches/representable.rb index 66b79697941..c0b508da60a 100644 --- a/lib/open_project/patches/representable.rb +++ b/lib/open_project/patches/representable.rb @@ -70,7 +70,7 @@ module OpenProject::Patches::Representable end end -OpenProject::Patches.patch_gem_version 'representable', '3.0.4' do +OpenProject::Patches.patch_gem_version 'representable', '3.1.0' do unless Representable::Decorator.included_modules.include?(OpenProject::Patches::Representable::DecoratorPatch) Representable::Decorator.include OpenProject::Patches::Representable::DecoratorPatch end