Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Draper. #878

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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