Sha256: 9c5ae0ca04ed549a5719998b905d98f56e3a3a8fc7355d909adfd847aeebb250

Contents?: true

Size: 698 Bytes

Versions: 12

Compression:

Stored size: 698 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 'activestorage-validator'
  gem 'acts_as_list'
  gem 'database_cleaner'
  gem 'factory_bot_rails', '6.2.0'
  gem 'file_validators'
  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

12 entries across 12 versions & 1 rubygems

Version Path
trusty-cms-5.2.1 Gemfile
trusty-cms-5.2.0 Gemfile
trusty-cms-5.1.0 Gemfile
trusty-cms-5.0.9 Gemfile
trusty-cms-5.0.7 Gemfile
trusty-cms-5.0.6 Gemfile
trusty-cms-5.0.5 Gemfile
trusty-cms-5.0.4 Gemfile
trusty-cms-5.0.3 Gemfile
trusty-cms-5.0.2 Gemfile
trusty-cms-5.0.1 Gemfile
trusty-cms-5.0.0 Gemfile