Sha256: 966dd900715d4323d2fe60cf55b0ce37e9ae6bc2b6792ca49f0eb44847ef8f19

Contents?: true

Size: 636 Bytes

Versions: 10

Compression:

Stored size: 636 Bytes

Contents

# frozen_string_literal: true

source("https://rubygems.org")
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

gemspec

# Specify the same dependency sources as the application Gemfile

gem("spring")
gem("rails", github: "rails/rails", branch: "main")
gem("constant_resolver", require: false)
gem("sorbet-runtime", require: false)
gem("rubocop-performance", require: false)
gem("rubocop-sorbet", require: false)
gem("mocha", require: false)
gem("rubocop-shopify", require: false)
gem("tapioca", require: false)

group :development do
  gem("byebug", require: false)
  gem("minitest-focus", require: false)
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
packwerk-2.2.0 Gemfile
packwerk-2.1.1 Gemfile
packwerk-2.1.0 Gemfile
packwerk-2.0.0 Gemfile
packwerk-1.4.0 Gemfile
packwerk-1.3.2 Gemfile
packwerk-1.3.1 Gemfile
packwerk-1.3.0 Gemfile
packwerk-1.2.0 Gemfile
packwerk-1.1.3 Gemfile