Sha256: 477dd2f59a8d259ceb583f2f6fc27ed49d51a16579dfcfc85c64ffc2e7e9dcf6
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 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 'pry', '~> 0.10.0' gem 'capybara', '~> 2.13.0' gem 'rspec-rails' gem 'launchy', '~> 2.4.2' gem 'database_cleaner', '~> 1.5.3' gem 'poltergeist', '~> 1.14.0' gem 'factory_girl_rails', '~> 4.6.0' gem 'rails-observers', :git => 'https://github.com/rails/rails-observers' gem "protected_attributes_continued" gem "pry-byebug" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-clipped-extension-3.0.0 | Gemfile |