Sha256: 1b93e4a8c1bc5635c9cff53c8298fa83b96217c36cfea436c73bde4d7386b4a0

Contents?: true

Size: 806 Bytes

Versions: 6

Compression:

Stored size: 806 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 'dragonfly', '~> 0.9.4'
gem 'mm-versionable', '0.2.5'

# 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"
  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 "bson_ext"

  unless ENV["CI"]
    platform :mri_19 do
      gem "ruby-debug19"
    end
  end
  #gem "SystemTimer", ">= 1.2.0" # Ruby-1.8.7 only
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
noodall-ui-0.4.11 Gemfile
noodall-ui-0.4.10 Gemfile
noodall-ui-0.4.9 Gemfile
noodall-ui-0.4.8 Gemfile
noodall-ui-0.4.7 Gemfile
noodall-ui-0.4.6 Gemfile