Skip to content

Commit

Permalink
lib: bump rexml >= 3.3.9 (#97)
Browse files Browse the repository at this point in the history
* lib: bump rexml >= 3.3.9

* chore: update appraisal gemfiles
  • Loading branch information
ryancyq authored Oct 29, 2024
1 parent 001ca28 commit ebb49ee
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", "~> 7.2", ">= 7.2.1.1"
group :development, :test do
gem "rails", "~> 7.2", ">= 7.2.1.1"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -235,7 +234,6 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -263,6 +261,7 @@ DEPENDENCIES
mime_actor!
rails (~> 7.2, >= 7.2.1.1)
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", "~> 6.1.0"
group :development, :test do
gem "rails", "~> 6.1.0"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ DEPENDENCIES
mime_actor!
rails (~> 6.1.0)
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", "~> 7.0.0"
group :development, :test do
gem "rails", "~> 7.0.0"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ DEPENDENCIES
mime_actor!
rails (~> 7.0.0)
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", "~> 7.1.0"
group :development, :test do
gem "rails", "~> 7.1.0"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ DEPENDENCIES
mime_actor!
rails (~> 7.1.0)
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", "~> 7.2.0"
group :development, :test do
gem "rails", "~> 7.2.0"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ DEPENDENCIES
mime_actor!
rails (~> 7.2.0)
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "activesupport", github: "rails/rails", branch: "main"
group :development, :test do
gem "rails", github: "rails/rails", branch: "main"
gem "rake", ">= 11.0"
gem "rexml", ">= 3.3.9"
gem "rspec", "~> 3.12"
gem "rspec-activesupport", "~> 0.1"
gem "simplecov", "~> 0.22.0", require: false
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ DEPENDENCIES
mime_actor!
rails!
rake (>= 11.0)
rexml (>= 3.3.9)
rspec (~> 3.12)
rspec-activesupport (~> 0.1)
rubocop (>= 1.28.2)
Expand Down

0 comments on commit ebb49ee

Please sign in to comment.