Skip to content

Commit

Permalink
Merge pull request #20 from kickstarter/rexml-3.3.4
Browse files Browse the repository at this point in the history
fix(rexml): bundle update rexml
  • Loading branch information
amancevice authored Aug 1, 2024
2 parents 70c0f27 + 72fdbc5 commit f1722a8
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 f1722a8

Please sign in to comment.