bump representable & roar & trailblazer-option

This commit is contained in:
ulferts
2021-11-18 16:04:41 +01:00
parent f772f6891b
commit ce8d3916fc
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -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)
+1 -1
View File
@@ -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