Sha256: 310377893b4d1ff97b8c5bd9706c6c2fc2eddabb488be61a4c41070f4c806590

Contents?: true

Size: 849 Bytes

Versions: 1

Compression:

Stored size: 849 Bytes

Contents

git_source(:github) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "https://github.com/#{repo_name}.git"
end

source 'https://rubygems.org'

# Specify your gem's dependencies in trailblazer.gemspec
gemspec

gem "multi_json"

gem "dry-auto_inject"
gem "dry-matcher"
gem "dry-validation"

if ENV['USE_LOCAL_GEMS']
  gem "reform", path: "../reform"
  gem "reform-rails", path: "../reform-rails"
  gem "trailblazer-operation", path: "../trailblazer-operation"
  gem "trailblazer-macro", path: "../trailblazer-macro"
  gem "trailblazer-macro-contract", path: "../trailblazer-macro-contract"
  gem "trailblazer-activity", path: "../trailblazer-activity"
  gem "trailblazer-context", path: "../trailblazer-context"
else
  gem "reform"
  gem "reform-rails"
end


gem "minitest-line"

gem "rubocop", require: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-2.1.0.beta7 Gemfile