Skip to content

Commit

Permalink
Add rexml gem to fix error in CI
Browse files Browse the repository at this point in the history
You don't have rexml installed in your application. Please add it to your Gemfile and run bundle install
  • Loading branch information
n-rodriguez committed Sep 5, 2024
1 parent 3347513 commit 871e729
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem 'pry'
gem 'rake'
gem 'rediska', '>= 1.0'
gem 'resque'
gem 'rexml'
gem 'rspec-rails'
gem 'rubocop'
gem 'rubocop-capybara'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "pry"
gem "rake"
gem "rediska", ">= 1.0"
gem "resque"
gem "rexml"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-capybara"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "pry"
gem "rake"
gem "rediska", ">= 1.0"
gem "resque"
gem "rexml"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-capybara"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "pry"
gem "rake"
gem "rediska", ">= 1.0"
gem "resque"
gem "rexml"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-capybara"
Expand Down

0 comments on commit 871e729

Please sign in to comment.