Skip to content

Commit

Permalink
Merge pull request #43 from joshfng/rexml
Browse files Browse the repository at this point in the history
Update Gemfile
  • Loading branch information
joshfng authored Sep 11, 2024
2 parents 5d6160c + c06df90 commit f7eccc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'sass-rails'
gem 'turbolinks'
gem 'webpacker'

gem 'rexml', '~> 3.2'
gem 'rexml', '~> 3.3'

# Authentication
gem 'devise'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rexml (3.3.7)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
Expand Down Expand Up @@ -357,7 +357,7 @@ DEPENDENCIES
rails (~> 6.1)
redis
redis-namespace
rexml (~> 3.2)
rexml (~> 3.3)
rspec-rails
rubocop
rubocop-performance
Expand Down

0 comments on commit f7eccc1

Please sign in to comment.