feedjira/feedjira

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org/"

gemspec

gem "pry"
gem "rubocop", "~> 0.90"

group :test do
  gem "oga"
  gem "ox", platforms: %i[mri rbx]
  gem "rake"
end