Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 8, 2024
1 parent aded2b2 commit cf9cc16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/ietf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ietf
VERSION = "3.3.7".freeze
VERSION = "3.3.8".freeze
end
end
4 changes: 2 additions & 2 deletions metanorma-ietf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")

spec.add_dependency "metanorma-ietf-data"
spec.add_dependency "metanorma-standoc", "~> 2.8.4"
spec.add_dependency "metanorma-standoc", "~> 2.9.0"
spec.add_dependency "relaton-render"

spec.add_development_dependency "debug"
Expand Down

0 comments on commit cf9cc16

Please sign in to comment.