Sha256: e63648cba3fd8ee524fe8fd916b6251b8032b0d6b389c8207b050512a93f41c6

Contents?: true

Size: 1011 Bytes

Versions: 4

Compression:

Stored size: 1011 Bytes

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 trusty and therefore pulls in every
# dependency mentioned in trusty.gemspec.

gem 'trustygems', '~> 0.2.0'

gemspec

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'
  gem 'factory_girl_rails', '~> 4.6.0'
  gem 'rails-observers'
  gem 'protected_attributes'
  gem 'pry-rails'
  gem 'mysql2',          '~> 0.4.2'
  gem 'pry-byebug'
  gem 'simplecov'
  gem 'codeclimate-test-reporter'
end
gem 'nokogiri', '>= 1.6.8'
gem 'actionview', '~> 4.2.7.1'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trusty-cms-2.0.26 Gemfile
trusty-cms-2.0.25 Gemfile
trusty-cms-2.0.24 Gemfile
trusty-cms-2.0.23 Gemfile