Sha256: 07d429ae23d0a03faff2a00cf2422d02ff1f0e1b3315326a303837cca703d1ed

Contents?: true

Size: 1023 Bytes

Versions: 58

Compression:

Stored size: 1023 Bytes

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.17.0"
  gem "minitest-reporters", "= 1.5.0"
  gem "ruby_memcheck", "1.2.0" unless RUBY_PLATFORM == "java"
  gem "simplecov", "= 0.21.2"
  gem "rubyzip", "~> 2.3.2"

  # rubocop
  if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
    gem "rubocop", "1.44.1"
    gem "rubocop-minitest", "0.27.0"
    gem "rubocop-performance", "1.15.2"
    gem "rubocop-rake", "= 0.6.0"
    gem "rubocop-shopify", "2.10.1"
  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

58 entries across 58 versions & 3 rubygems

Version Path
Nokogiri_precompiled_aarch64_dedshit-1.14.5 Gemfile
nokogiri-1.14.5 Gemfile
nokogiri-1.14.5-x86_64-linux Gemfile
nokogiri-1.14.5-x86_64-darwin Gemfile
nokogiri-1.14.5-x86-mingw32 Gemfile
nokogiri-1.14.5-x86-linux Gemfile
nokogiri-1.14.5-x64-mingw32 Gemfile
nokogiri-1.14.5-x64-mingw-ucrt Gemfile
nokogiri-1.14.5-java Gemfile
nokogiri-1.14.5-arm64-darwin Gemfile
nokogiri-1.14.5-arm-linux Gemfile
nokogiri-1.14.5-aarch64-linux Gemfile
nokogiri-1.14.4 Gemfile
nokogiri-1.14.4-x86_64-linux Gemfile
nokogiri-1.14.4-x86_64-darwin Gemfile
nokogiri-1.14.4-x86-mingw32 Gemfile
nokogiri-1.14.4-x86-linux Gemfile
nokogiri-1.14.4-x64-mingw32 Gemfile
nokogiri-1.14.4-x64-mingw-ucrt Gemfile
nokogiri-1.14.4-java Gemfile