Sha256: 0fc3039450fdc1b6576104249682bb95afa77af15f036734591e93e38106a1e0

Contents?: true

Size: 1.14 KB

Versions: 85

Compression:

Stored size: 1.14 KB

Contents

# frozen_string_literal: true

source "https://rubygems.org"

gemspec

group :development do
  # ruby 3.4.0-dev removed some gems from the default set
  #
  # TODO: we should be able to remove these as our gem dependencies sort it out and we pull them in
  # transitively.
  gem "mutex_m"

  # bootstrapping
  gem "bundler", "~> 2.3"
  gem "rake", "13.1.0"

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

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

  # tests
  gem "minitest", "5.21.2"
  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.60.2"
    gem "rubocop-minitest", "0.34.5"
    gem "rubocop-packaging", "0.5.2"
    gem "rubocop-performance", "1.20.2"
    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

85 entries across 85 versions & 7 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/nokogiri-1.16.7-x86_64-darwin/Gemfile
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/nokogiri-1.16.6-x86_64-linux/Gemfile
nokogiri-1.16.8-x86-mingw32 Gemfile
nokogiri-1.16.8-x86-linux Gemfile
nokogiri-1.16.8-x86_64-linux Gemfile
nokogiri-1.16.8-x86_64-darwin Gemfile
nokogiri-1.16.8-x64-mingw-ucrt Gemfile
nokogiri-1.16.8-x64-mingw32 Gemfile
nokogiri-1.16.8-java Gemfile
nokogiri-1.16.8 Gemfile
nokogiri-1.16.8-arm-linux Gemfile
nokogiri-1.16.8-arm64-darwin Gemfile
nokogiri-1.16.8-aarch64-linux Gemfile
nokogiri-1.16.7 Gemfile
nokogiri-1.16.7-x86_64-linux Gemfile
nokogiri-1.16.7-x86_64-darwin Gemfile
nokogiri-1.16.7-x86-mingw32 Gemfile
nokogiri-1.16.7-x86-linux Gemfile
nokogiri-1.16.7-x64-mingw32 Gemfile
nokogiri-1.16.7-x64-mingw-ucrt Gemfile