Sha256: cc7ddee579c0b82ca5a8b9e13b5e3f4a153fc41019ec150d30f4fa89f3e7cb8f
Contents?: true
Size: 655 Bytes
Versions: 5
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.4.2' gem 'mysql2' gem 'poltergeist', '~> 1.18.1' gem 'pry-byebug' gem 'rails-observers' gem 'rspec-rails' gem 'simplecov' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-3.9.5 | Gemfile |
trusty-cms-4.0.1 | Gemfile |
trusty-cms-3.9.4 | Gemfile |
trusty-cms-3.9.3 | Gemfile |
trusty-cms-4.0.0 | Gemfile |