Skip to content

Commit

Permalink
Merge pull request #128 from fastruby/dependabot/bundler/rexml-eq-3.3.8
Browse files Browse the repository at this point in the history
Update rexml requirement from = 3.1.7.3 to = 3.3.8
  • Loading branch information
etagwerker authored Oct 4, 2024
2 parents 3dceb10 + e50e05a commit 3683613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov", "~> 0.17.1"
spec.add_development_dependency "timecop", "~> 0.9.1"
spec.add_development_dependency "byebug"
spec.add_development_dependency "rexml", "3.1.7.3" # limited on purpose, new versions don't work with old rubies
spec.add_development_dependency "rexml", "3.3.8" # limited on purpose, new versions don't work with old rubies
spec.add_development_dependency "webmock", "3.16.2" # limited on purpose, new versions don't work with old rubies
end

0 comments on commit 3683613

Please sign in to comment.