Sha256: 03a5e5b0436327546f6778ff266ebed2f11fefda025bddf7bcd1c0813d52fdaa

Contents?: true

Size: 1 KB

Versions: 55

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

source "https://rubygems.org"

gemspec

group :development do
  # bootstrapping
  gem "bundler", "~> 2.3"
  gem "rake", "= 13.0.6"

  # building extensions
  gem "rake-compiler", "= 1.2.1"
  gem "rake-compiler-dock", "= 1.3.0"

  # documentation
  gem "hoe-markdown", "= 1.4.0"

  # parser generator
  gem "rexical", "= 1.0.7"

  # tests
  gem "minitest", "5.18.0"
  gem "minitest-reporters", "1.6.0"
  gem "ruby_memcheck", "1.3.2"
  gem "rubyzip", "~> 2.3.2"
  gem "simplecov", "= 0.21.2"

  # rubocop
  if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
    gem "rubocop", "1.51.0"
    gem "rubocop-minitest", "0.31.0"
    gem "rubocop-packaging", "0.5.2"
    gem "rubocop-performance", "1.18.0"
    gem "rubocop-rake", "= 0.6.0"
    gem "rubocop-shopify", "2.13.0"
  end
end

# If Psych doesn't build, you can disable this group locally by running
# `bundle config set --local without rdoc`
# Then re-run `bundle install`.
group :rdoc do
  gem "rdoc", "6.5.0"
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
nokogiri-1.15.6 Gemfile
nokogiri-1.15.6-x86_64-linux Gemfile
nokogiri-1.15.6-x86_64-darwin Gemfile
nokogiri-1.15.6-x86-mingw32 Gemfile
nokogiri-1.15.6-x86-linux Gemfile
nokogiri-1.15.6-x64-mingw32 Gemfile
nokogiri-1.15.6-x64-mingw-ucrt Gemfile
nokogiri-1.15.6-java Gemfile
nokogiri-1.15.6-arm64-darwin Gemfile
nokogiri-1.15.6-arm-linux Gemfile
nokogiri-1.15.6-aarch64-linux Gemfile
nokogiri-1.15.5 Gemfile
nokogiri-1.15.5-x86_64-linux Gemfile
nokogiri-1.15.5-x86_64-darwin Gemfile
nokogiri-1.15.5-x86-mingw32 Gemfile
nokogiri-1.15.5-x86-linux Gemfile
nokogiri-1.15.5-x64-mingw32 Gemfile
nokogiri-1.15.5-x64-mingw-ucrt Gemfile
nokogiri-1.15.5-java Gemfile
nokogiri-1.15.5-arm64-darwin Gemfile