Sha256: 4d0f592ad76c60a736baa0ab63091964501a854fec9f598e6d3a3295158a27d5
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '~> 3.2.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', " ~> 3.2.0" gem 'coffee-rails', "~> 3.2.0" gem 'uglifier' end gem 'glow', path: '../..' gem 'jquery-rails' gem 'rspec-rails' gem 'capybara' gem 'htmlentities' gem 'capybara-webkit' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug19', :require => 'ruby-debug'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
glow-0.0.13 | test/rails32/Gemfile |
glow-0.0.12 | test/rails32/Gemfile |
glow-0.0.11 | test/rails32/Gemfile |
glow-0.0.10 | test/rails32/Gemfile |