Sha256: 038455a64787067b696602697670180fa7af3d16be1310c5f2d521648f6902d2
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 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 'cocaine' gem 'codeclimate-test-reporter' gem 'database_cleaner' gem 'factory_bot_rails' gem 'launchy', '~> 2.4.2' gem 'mysql2', '~> 0.4.2' gem 'poltergeist', '~> 1.14.0' gem 'pry-byebug' gem 'rails-observers' gem 'rspec-rails' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-3.3.0 | Gemfile |