Sha256: b38fe5fc7e7f1c8105f847b24ecb34f19e8cc898889ebd1e01bdb141fa7d5b91
Contents?: true
Size: 823 Bytes
Versions: 3
Compression:
Stored size: 823 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 radiant and therefore pulls in every # dependency mentioned in radiant.gemspec. gem 'trustygems', '~> 0.2.0' gemspec group :development, :test do gem 'thin', '~> 1.6.2' gem 'pry', '~> 0.10.0' gem 'capybara', '~> 2.14.0' gem 'rspec-rails' gem 'launchy', '~> 2.4.2' gem 'database_cleaner', '~> 1.3.0' gem 'poltergeist', '~> 1.5.1' gem 'factory_girl_rails', '~> 4.5.0' gem 'rails-observers', :git => 'https://github.com/rails/rails-observers' gem 'protected_attributes_continued' gem "pry-byebug" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trusty-multi-site-extension-3.0.2 | Gemfile |
trusty-multi-site-extension-3.0.1 | Gemfile |
trusty-multi-site-extension-3.0.0 | Gemfile |