Sha256: cc71fe313ca1fb24ad21d6b1290a5a7c88c887f6b5b08227955e95ceea2e0228

Contents?: true

Size: 596 Bytes

Versions: 7

Compression:

Stored size: 596 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.1.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.1.0"
  gem 'coffee-rails', "~> 3.1.0"
  gem 'uglifier'
end

gem 'glow', path: '../..'

gem 'jquery-rails'
gem 'rspec-rails'
gem 'capybara'
gem 'htmlentities'

# 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

7 entries across 7 versions & 1 rubygems

Version Path
glow-0.0.9 test/rails31/Gemfile
glow-0.0.8 test/rails31/Gemfile
glow-0.0.7 test/rails31/Gemfile
glow-0.0.6 test/rails31/Gemfile
glow-0.0.5 test/rails31/Gemfile
glow-0.0.4 test/rails31/Gemfile
glow-0.0.3 test/rails31/Gemfile