Skip to content

Commit

Permalink
glossarist loosen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 24, 2024
1 parent b2b3bb6 commit 70036de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov"

spec.add_dependency "creek", "~> 2.5"
spec.add_dependency "glossarist", "~> 2.0.6"
spec.add_dependency "glossarist", ">= 2.3.0"
spec.add_dependency "unitsml"
spec.add_dependency "plurimath"
spec.add_dependency "nokogiri", ">= 1.16.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/iev/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IEV
VERSION = "0.3.3".freeze
VERSION = "0.3.4".freeze
end

0 comments on commit 70036de

Please sign in to comment.