File: Gemfile

package info (click to toggle)
ruby-multi-xml 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: ruby: 2,822; sh: 4; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
source "https://rubygems.org"

gem "libxml-ruby", require: nil, platforms: :ruby
gem "nokogiri", require: nil
gem "oga", ">= 2.3", require: nil
gem "ox", require: nil, platforms: :ruby
gem "rexml", require: nil

gem "minitest", ">= 6"
gem "minitest-mock", ">= 5.27"
gem "mutant-minitest", ">= 0.14.1"
gem "rake", ">= 13.3.1"
gem "rdoc", ">= 7.0.2"
gem "rubocop", ">= 1.81.7"
gem "rubocop-minitest", ">= 0.36"
gem "rubocop-performance", ">= 1.26.1"
gem "rubocop-rake", ">= 0.7.1"
gem "simplecov", ">= 0.22"
gem "standard", ">= 1.52"
gem "standard-performance", ">= 1.9"
gem "steep", ">= 1.10", platforms: :ruby
gem "yard", ">= 0.9.38"
gem "yardstick", ">= 0.9.9"

gemspec