Sha256: 3846f87740b2464aa134347da4057e5a3844eb1d7cf216f3ccef2e86c0b13354

Contents?: true

Size: 1008 Bytes

Versions: 7

Compression:

Stored size: 1008 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.1.4'

# Bundle edge Rails instead:
# gem 'rails',     :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'data_active', '0.0.1'

group :test do
  gem 'cucumber'
  gem 'cucumber-rails'
end

group :test, :development do
  gem 'database_cleaner'
  gem 'guard-cucumber'
  gem 'growl_notify'
end



# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.1.5'
  gem 'coffee-rails', '~> 3.1.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  # gem 'therubyracer'

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

group :test do
  # Pretty printed test output
  gem 'turn', '~> 0.8.3', :require => false
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
data_active-0.0.7 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.6 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.5 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.4 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.3 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.2 test_apps/book_store_rails_31x/Gemfile
data_active-0.0.1 test_apps/book_store_rails_31x/Gemfile