Skip to content

Commit

Permalink
fix(rexml): bundle update rexml
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Aug 1, 2024
1 parent 70c0f27 commit 72fdbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]

s.add_dependency "aws-sdk-s3", '~> 1.0'
s.add_dependency "rexml" # required for Ruby 3+
s.add_dependency "rexml", ">= 3.3.4" # required for Ruby 3+
s.add_dependency "thor"

s.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/egads/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Egads
VERSION = '5.1.1'
VERSION = '5.1.2'
end

0 comments on commit 72fdbc5

Please sign in to comment.