Sha256: b896725699205a4f9ac0c8cade110940f1833265da807a36bb0a4e69e39479d7

Contents?: true

Size: 974 Bytes

Versions: 12

Compression:

Stored size: 974 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

gemspec

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

  # building extensions
  gem "rake-compiler", "1.2.5"
  gem "rake-compiler-dock", "1.4.0"

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

  # tests
  gem "minitest", "5.20.0"
  gem "minitest-parallel_fork", "2.0.0"
  gem "ruby_memcheck", "2.3.0"
  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.59.0"
    gem "rubocop-minitest", "0.34.2"
    gem "rubocop-packaging", "0.5.2"
    gem "rubocop-performance", "1.20.1"
    gem "rubocop-rake", "= 0.6.0"
    gem "rubocop-shopify", "2.14.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.6.2"
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.0-x86_64-darwin/Gemfile
nokogiri-1.16.0 Gemfile
nokogiri-1.16.0-x86_64-linux Gemfile
nokogiri-1.16.0-x86_64-darwin Gemfile
nokogiri-1.16.0-x86-mingw32 Gemfile
nokogiri-1.16.0-x86-linux Gemfile
nokogiri-1.16.0-x64-mingw32 Gemfile
nokogiri-1.16.0-x64-mingw-ucrt Gemfile
nokogiri-1.16.0-java Gemfile
nokogiri-1.16.0-arm64-darwin Gemfile
nokogiri-1.16.0-arm-linux Gemfile
nokogiri-1.16.0-aarch64-linux Gemfile