Skip to content

Commit

Permalink
Merge pull request #19 from easybroker/sc-22725/bump_rexml
Browse files Browse the repository at this point in the history
Bump rexml from 3.2.5 to 3.2.9
  • Loading branch information
okcomputer93 authored Jun 17, 2024
2 parents da7b50c + c9d2a7d commit 82c483c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## V 0.6.12
- Update rexml from 3.2.5 to 3.2.9

## V 0.6.11
- Add 403 response to the list of mapped errors

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
easy_meli (0.6.11)
easy_meli (0.6.12)
httparty (~> 0.21)
rexml (~> 3.2.5)
rexml (~> 3.2.9)

GEM
remote: https://rubygems.org/
Expand All @@ -18,7 +18,7 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
minitest (5.18.1)
mocha (1.11.2)
multi_xml (0.6.0)
Expand All @@ -27,8 +27,10 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
rake (13.0.1)
rexml (3.2.5)
rexml (3.2.9)
strscan
safe_yaml (1.0.5)
strscan (3.1.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion easy_meli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "httparty", "~> 0.21"
spec.add_dependency "rexml", "~> 3.2.5"
spec.add_dependency "rexml", "~> 3.2.9"

spec.add_development_dependency "bundler", "~> 2.3.6"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/easy_meli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EasyMeli
VERSION = "0.6.11"
VERSION = "0.6.12"
end

0 comments on commit 82c483c

Please sign in to comment.