mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
bump representable & roar & trailblazer-option
This commit is contained in:
+5
-4
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user