Skip to content

Commit

Permalink
⬆️ Up Bagit dependency to 0.6.0
Browse files Browse the repository at this point in the history
This commit will bump the Bagit dependency to 0.6.0 which allows for
Ruby 3.3 support.
  • Loading branch information
kirkkwang committed Dec 10, 2024
1 parent 13a37b4 commit 86d5761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '>= 5.1.6'
s.add_dependency 'bagit', '~> 0.4.6'
s.add_dependency 'bagit', '~> 0.6.0'
s.add_dependency 'coderay'
s.add_dependency 'denormalize_fields'
s.add_dependency 'marcel'
Expand Down

0 comments on commit 86d5761

Please sign in to comment.