Skip to content

Commit

Permalink
add rss gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 23, 2024
1 parent d4295d7 commit f519e27
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 @@ -95,6 +95,7 @@ gem 'rdf-turtle', require: 'rdf/turtle'
gem 'rdf-vocab', require: 'rdf/vocab'
gem 'oai'
gem 'ffi', '~> 1.16.3'
gem 'rss'

group :development, :test do
gem 'annotate'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ GEM
rspec-support (3.13.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rss (0.3.1)
rexml
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -555,6 +557,7 @@ DEPENDENCIES
resync
rspec-rails
rspec_junit_formatter
rss
sass-rails (>= 6)
sassc (~> 2.1.0)
selenium-webdriver
Expand Down

0 comments on commit f519e27

Please sign in to comment.