All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.htmlTemplate.sites.all.themes.cpstandard.Gemfile Maven / Gradle / Ivy

There is a newer version: 2.2.8
Show newest version
#########################
## Bundler: Ruby Version Management
## http://bundler.io/
##
## Gemfile Overview:
##  http://bundler.io/v1.3/gemfile.html
##
## Bundler Commands:
##   install
##     http://bundler.io/v1.3/bundle_install.html
##   update
##     http://bundler.io/v1.3/bundle_update.html
#########################

# Fetch our gems from RubyGems
source 'https://rubygems.org'

# Use the prescribed versions of the following gems
gem 'breakpoint', '~>2.5.0'
gem 'compass', '1.0.1'
gem 'sass', '~>3.4.14'
gem 'sass-globbing', '~>1.1.1'
gem 'susy'
gem 'toolkit', '~>2.6.0'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy