Sha256: 90f6e63a6375972154fb0555da2b4a26355aa69615d265f61ba34045b0fce394

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

source 'https://rubygems.org'

# For faster file watcher updates on Windows:
# gem 'wdm', :platforms => [:mswin, :mingw]

<% if Middleman::Presentation.config.runtime_environment == :test -%>
# Make sure the paths are correct, otherwise you get
# Bundler-errors a la `Path does not exist`
gem 'middleman-presentation', '~> <%= @library_version %>', path: '<%= File.join(@rubygem_path, 'middleman-presentation') %>'
gem 'middleman-presentation-core', path: '<%= File.join(@rubygem_path, 'middleman-presentation-core') %>'
gem 'middleman-presentation-helpers', path: '<%= File.join(@rubygem_path, 'middleman-presentation-helpers') %>'
gem 'middleman-presentation-simple_plugin', path: '<%= File.join(@rubygem_path, 'middleman-presentation-core/fixtures/middleman-presentation-simple_plugin') %>'
<% else -%>
gem 'middleman-presentation', '~> <%= @library_version %>'
<% end -%>

# Choose one to make `execjs` happy
# gem 'therubyracer'
# gem 'therubyrhino'

gem 'kramdown'
gem 'github-markup'
gem 'liquid'
gem 'rake'

group :debug do
  gem 'pry'
  gem 'byebug'
  gem 'pry-byebug'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-presentation-core-0.16.0.rc2 templates/Gemfile.tt
middleman-presentation-core-0.16.0.rc1 templates/Gemfile.tt