Sha256: 76ba796e3dbb8e09efd491df43095b13c66164ac4728a336ee11716cfba280b4

Contents?: true

Size: 655 Bytes

Versions: 3

Compression:

Stored size: 655 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 'acts_as_list'
  gem 'database_cleaner'
  gem 'factory_bot_rails', '5.0.2'
  gem 'launchy',         '~> 2.5.0'
  gem 'mysql2'
  gem 'poltergeist',      '~> 1.18.1'
  gem 'pry-byebug'
  gem 'rails-observers'
  gem 'rspec-rails'
  gem 'simplecov'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trusty-cms-4.1.1 Gemfile
trusty-cms-4.1.0 Gemfile
trusty-cms-4.0.2 Gemfile