Skip to content

Commit

Permalink
Bump rexml from 3.2.4 to 3.4.0
Browse files Browse the repository at this point in the history
Specify REXML gem in Gemfile for all environments

REXML, although bundled with Ruby core in Ruby 3+, is not a standard gem
and needs to be explicitly required. While it's available in development
through dev dependencies, adding it directly to the Gemfile ensures
availability across all environments including production.
  • Loading branch information
gbp committed Jan 16, 2025
1 parent ce291ec commit 512fcd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PATH
nokogiri (~> 1.0)
pdf-reader (~> 2.4.0)
rest-client (~> 2.1.0)
rexml (~> 3.4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -69,7 +70,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.4)
rexml (3.4.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand Down
1 change: 1 addition & 0 deletions icasework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '~> 1.0'
spec.add_dependency 'pdf-reader', '~> 2.4.0'
spec.add_dependency 'rest-client', '~> 2.1.0'
spec.add_dependency 'rexml', '~> 3.4.0'
end

0 comments on commit 512fcd3

Please sign in to comment.