Sha256: edba63999a939d488ba5728e33031cd7d690d5b999783093cfab993db75a869a

Contents?: true

Size: 1.56 KB

Versions: 29

Compression:

Stored size: 1.56 KB

Contents

source 'https://rubygems.org'

# This is the minimum of dependency required to run
# the trusty-cms instance generator, which is (normally)
# the only time the trusty gem functions as an
# application. The instance has its own Gemfile, which
# requires radiant and therefore pulls in every
# dependency mentioned in radiant.gemspec.

gemspec

# When trusty is installed as a gem you can run all of
# its tests and specs from an instance. If you're working
# on trusty itself and you want to run specs from the
# radiant root directory, uncomment the lines below and
# run `bundle install`.

# gemspec
# gem "compass-rails", "~> 1.0.3"

# gem "radiant-archive-extension",             "~> 1.0.7"
# gem "radiant-clipped-extension",             "~> 1.1.0"
# gem "radiant-debug-extension",               "~> 1.0.2"
# gem "radiant-exporter-extension",            "~> 1.1.0"
# gem "radiant-markdown_filter-extension",     "~> 1.0.2"
# gem "radiant-sheets-extension",              "~> 1.1.0.alpha"
# gem "radiant-snippets-extension",            "~> 1.1.0.alpha"
# gem "radiant-site_templates-extension",      "~> 1.0.4"
# gem "radiant-smarty_pants_filter-extension", "~> 1.0.2"
# gem "radiant-textile_filter-extension",      "~> 1.0.4"


group :development, :test do
  gem "compass-rails",   "~> 2.0.1"
  gem 'thin',             '~> 1.6.2'
  gem 'pry',              '~> 0.10.0'
  gem 'capybara',         '~> 2.3.0'
  gem 'rspec-rails',      '~> 3.0.0'
  gem 'launchy',          '~> 2.4.2'
  gem 'database_cleaner', '~> 1.3.0'
  gem 'poltergeist',      '~> 1.5.1'
  gem "ckeditor",        "~> 4.1.0"
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
trusty-cms-1.2.29 Gemfile
trusty-cms-1.2.28 Gemfile
trusty-cms-1.1.28 Gemfile
trusty-cms-1.1.27 Gemfile
trusty-cms-1.1.26 Gemfile
trusty-cms-1.1.25 Gemfile
trusty-cms-1.1.24 Gemfile
trusty-cms-1.1.23 Gemfile
trusty-cms-1.1.22 Gemfile
trusty-cms-1.1.21 Gemfile
trusty-cms-1.1.20 Gemfile
trusty-cms-1.1.19 Gemfile
trusty-cms-1.1.18 Gemfile
trusty-cms-1.1.17 Gemfile
trusty-cms-1.1.16 Gemfile
trusty-cms-1.1.15 Gemfile
trusty-cms-1.1.14 Gemfile
trusty-cms-1.1.13 Gemfile
trusty-cms-1.1.12 Gemfile
trusty-cms-1.1.11 Gemfile