Sha256: 139f3548334389fea59cb22dd1ad367feda244201c6bf07aa601c6c2ac994bbb

Contents?: true

Size: 781 Bytes

Versions: 9

Compression:

Stored size: 781 Bytes

Contents

source 'https://rubygems.org'

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

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Declare your gem's dependencies in ext_yarn.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use a debugger
# gem 'byebug', group: [:development, :test]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ext_yarn-0.6.0 Gemfile
ext_yarn-0.5.0 Gemfile
ext_yarn-0.4.0 Gemfile
ext_yarn-0.3.1 Gemfile
ext_yarn-0.3.0 Gemfile
ext_yarn-0.2.0 Gemfile
ext_yarn-0.1.2 Gemfile
ext_yarn-0.1.1 Gemfile
ext_yarn-0.1.0 Gemfile