File: Gemfile

package info (click to toggle)
ruby-multi-xml 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ruby: 1,203; sh: 4; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 540 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
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 "rake", ">= 13.2.1"
gem "rspec", ">= 3.12"
gem "rubocop", ">= 1.62.1"
gem "rubocop-performance", ">= 1.20.2"
gem "rubocop-rake", ">= 0.6"
gem "rubocop-rspec", ">= 2.24"
gem "simplecov", ">= 0.22"
gem "standard", ">= 1.35.1"
gem "standard-performance", ">= 1.3.1"
gem "yard", ">= 0.9.36"
gem "yardstick", ">= 0.9.9"

gemspec