Skip to content

Commit

Permalink
security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 23, 2024
1 parent be95276 commit beae4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ inherit_from:
# local repo-specific modifications
# ...

AllCops:
TargetRubyVersion: 2.5
6 changes: 3 additions & 3 deletions iev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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_development_dependency "bundler"
spec.add_development_dependency "debug"
Expand All @@ -28,9 +28,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov"

spec.add_dependency "creek", "~> 2.5"
spec.add_dependency "mathml2asciimath", "< 1"
spec.add_dependency "glossarist", "~> 2.0.6"
spec.add_dependency "nokogiri", "~> 1"
spec.add_dependency "mathml2asciimath", "< 1"
spec.add_dependency "nokogiri", ">= 1.16.5"
spec.add_dependency "relaton", "~> 1.18"
spec.add_dependency "ruby-prof"
spec.add_dependency "sequel", "~> 5.40"
Expand Down

0 comments on commit beae4f4

Please sign in to comment.