Skip to content

Commit

Permalink
Add rss as a dependency
Browse files Browse the repository at this point in the history
It's used by TravelAdviceAtomFeed test and otherwise fails with:

/root/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/zeitwerk-2.6.0/lib/zeitwerk/kernel.rb:35:in `require': cannot load such file -- rss (LoadError)
  • Loading branch information
AgaDufrat committed Oct 7, 2022
1 parent 08db76d commit 8f1a5d4
Show file tree
Hide file tree
Showing 2 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 @@ -13,6 +13,7 @@ gem "plek"
gem "rack_strip_client_ip"
gem "rails-controller-testing"
gem "rails-i18n"
gem "rss"
gem "sassc-rails"
gem "slimmer"
gem "sprockets-rails"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ GEM
netrc (~> 0.8)
rexml (3.2.5)
rouge (4.0.0)
rss (0.2.9)
rexml
rubocop (1.35.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -412,6 +414,7 @@ DEPENDENCIES
rails-controller-testing
rails-i18n
rails_translation_manager
rss
rubocop-govuk
sassc-rails
simplecov
Expand Down

0 comments on commit 8f1a5d4

Please sign in to comment.