Skip to content

Commit

Permalink
Merge pull request #50 from duke-libraries/ruby-3.3
Browse files Browse the repository at this point in the history
Allow Ruby 3.3
  • Loading branch information
little9 authored Jul 16, 2024
2 parents 4a7fb6d + 9bb76a2 commit 4b09307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bagit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Tom Johnson, Francesco Lazzarino, Jamie Little"]
spec.license = "MIT"

spec.required_ruby_version = ">= 2.0", "< 3.3"
spec.required_ruby_version = ">= 2.0", "< 3.4"

spec.add_dependency "validatable", "~> 1.6"
spec.add_dependency "docopt", "~> 0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/bagit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BagIt
VERSION = "0.4.6"
VERSION = "0.4.7"
end

0 comments on commit 4b09307

Please sign in to comment.