Sha256: 452f79d7d9866acd8128b2b7da3097b9135531a249ced3551cd0fc50bbfcadc8

Contents?: true

Size: 683 Bytes

Versions: 45

Compression:

Stored size: 683 Bytes

Contents

source 'http://rubygems.org'
source 'http://gems.github.com'

gemspec

# Required for running as demo rails app
gem 'rails', '~> 3.0.1'
gem 'rmagick', :require => 'RMagick'
gem 'dragonfly', '~> 0.7.6'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
  gem 'capybara'
  gem 'database_cleaner'
  gem 'cucumber-rails'
  gem 'cucumber'
  gem 'rspec-rails', "~> 2.0.0.beta.22"
  gem 'spork'
  gem 'launchy'    # So you can do Then show me the page
  gem 'jeweler', '~> 1.4.0'
  gem 'factory_girl_rails'
  gem "faker", "~> 0.3.1"
  gem "haml"
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
noodall-ui-0.0.21 Gemfile
noodall-ui-0.0.20 Gemfile
noodall-ui-0.0.19 Gemfile
noodall-ui-0.0.18 Gemfile
noodall-ui-0.0.17 Gemfile