Sha256: b74d70329f91be24c4e005e62cdabbe580df6ad28c6990a5eaff099c865f703e

Contents?: true

Size: 546 Bytes

Versions: 10

Compression:

Stored size: 546 Bytes

Contents

# frozen_string_literal: true

source("https://rubygems.org")

gemspec path: ".."

# Specify the same dependency sources as the application Gemfile

gem("spring")
gem("rails", '~> 6.0.0')
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 gemfiles/Gemfile-rails-6-0
packwerk-2.1.1 gemfiles/Gemfile-rails-6-0
packwerk-2.1.0 gemfiles/Gemfile-rails-6-0
packwerk-2.0.0 gemfiles/Gemfile-rails-6-0
packwerk-1.4.0 gemfiles/Gemfile-rails-6-0
packwerk-1.3.2 gemfiles/Gemfile-rails-6-0
packwerk-1.3.1 gemfiles/Gemfile-rails-6-0
packwerk-1.3.0 gemfiles/Gemfile-rails-6-0
packwerk-1.2.0 gemfiles/Gemfile-rails-6-0
packwerk-1.1.3 gemfiles/Gemfile-rails-6-0