Skip to content

Commit

Permalink
Remove Draper.
Browse files Browse the repository at this point in the history
Apps can set this up themselves.

Closes #840
  • Loading branch information
tpendragon committed Oct 15, 2021
1 parent 3e2bbac commit 581ab25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/valkyrie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require 'active_support/core_ext'
require 'dry-types'
require 'dry-struct'
require 'draper'
require 'reform'
require 'rdf'
require 'valkyrie/rdf_patches'
Expand Down
1 change: 0 additions & 1 deletion lib/valkyrie/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module Valkyrie
# @see lib/valkyrie/specs/shared_specs/resource.rb
# rubocop:disable Metrics/ClassLength
class Resource < Dry::Struct
include Draper::Decoratable
# Allows a Valkyrie::Resource to be instantiated without providing every
# available key, and makes sure the defaults are set up if no value is
# given.
Expand Down
1 change: 0 additions & 1 deletion valkyrie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'dry-struct'
spec.add_dependency 'draper'
spec.add_dependency 'activemodel'
spec.add_dependency 'dry-types', '~> 1.0'
spec.add_dependency 'rdf', '~> 3.0', '>= 3.0.10'
Expand Down

0 comments on commit 581ab25

Please sign in to comment.