Skip to content

Commit

Permalink
Merge pull request #259 from samvera/encode_12
Browse files Browse the repository at this point in the history
Update gemspec to active_encode 1.2 and remove sprockets from Gemfile
  • Loading branch information
stkenny authored Oct 12, 2023
2 parents 7389610 + 5447374 commit d573fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ source 'https://rubygems.org'
# Please see hydra-derivatives.gemspec for dependency information.
gemspec

gem 'sprockets', '~> 3.7'

group :development, :test do
gem 'bixby'
gem 'rspec_junit_formatter'
Expand Down
2 changes: 1 addition & 1 deletion hydra-derivatives.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.1'
spec.add_development_dependency "solr_wrapper"

spec.add_dependency 'active_encode', '~> 0.1'
spec.add_dependency 'active_encode', '~> 1.2'
spec.add_dependency 'active-fedora', '>= 14.0'
spec.add_dependency 'active-triples', '>= 1.2'
spec.add_dependency 'activesupport', '>= 4.0', '< 7.1'
Expand Down

0 comments on commit d573fb4

Please sign in to comment.