Sha256: 7b17f1e0c5e5c33f554ac0765bc29d2df56465be0b7710166c22f4e65f35cb2a

Contents?: true

Size: 880 Bytes

Versions: 10

Compression:

Stored size: 880 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 'pry',              '~> 0.10.0'
  gem 'capybara',         '~> 2.13.0'
  gem 'rspec-rails'
  gem 'launchy',          '~> 2.4.2'
  gem 'database_cleaner', '~> 1.5.3'
  gem 'poltergeist',      '~> 1.14.0'
  gem 'factory_girl_rails', '~> 4.6.0'
  gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
  gem 'pry-rails'
  gem 'mysql2',          '~> 0.4.2'
  gem 'pry-byebug'
  gem 'simplecov'
  gem 'codeclimate-test-reporter'
end

gem 'nokogiri', '>= 1.7.1'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trusty-cms-3.1.3 Gemfile
trusty-cms-3.1.2 Gemfile
trusty-cms-3.0.11 Gemfile
trusty-cms-3.1.1 Gemfile
trusty-cms-3.0.10 Gemfile
trusty-cms-3.1.0 Gemfile
trusty-cms-3.0.9 Gemfile
trusty-cms-3.0.8 Gemfile
trusty-cms-3.0.7 Gemfile
trusty-cms-3.0.6 Gemfile