Sha256: eaf18c5ace6e85f2e5c2e4f888e5d6f1c9c5f60e9017b75a1149a39e9bf95d62

Contents?: true

Size: 853 Bytes

Versions: 4

Compression:

Stored size: 853 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
source 'https://rails-assets.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Declare your gem's dependencies in lcms-engine.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]

gem 'wicked_pdf', git: 'https://github.com/learningtapestry/wicked_pdf.git',
                  branch: 'puppeteer-support',
                  ref: '964a090'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 Gemfile
lcms-engine-0.1.3 Gemfile
lcms-engine-0.2.0 Gemfile
lcms-engine-0.1.2 Gemfile