Skip to content

Commit

Permalink
Update gemspec to active_encode 1.2 and remove sprockets from Gemfile
Browse files Browse the repository at this point in the history
This will allow applications to use sprockets 4
  • Loading branch information
dlpierce committed Oct 11, 2023
1 parent 7389610 commit 5447374
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 5447374

Please sign in to comment.