Sha256: 0abd9b19e943739557bfe2f4df617bae4062cccf11ae8c42e9d622bcea44a825

Contents?: true

Size: 943 Bytes

Versions: 5

Compression:

Stored size: 943 Bytes

Contents

source 'https://rubygems.org'

ruby "2.0.0"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~>4.0.0'

gem "pg"

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

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.0.1'

gem 'half-pipe', path: '../../'

group :development do
  # Use sqlite3 as the database for Active Record
  gem 'sqlite3'
end

group :doc do
  # bundle exec rake doc:rails generates the API under doc/api.
  gem 'sdoc', require: false
end

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

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

# Use Capistrano for deployment
# gem 'capistrano', group: :development

# Use debugger
# gem 'debugger', group: [:development, :test]

gem "sass-css-importer", github: "joefiorini/sass-css-importer", branch: "load-paths"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/Gemfile
half-pipe-0.3.0.beta.1 examples/todomvc-rails/Gemfile
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/Gemfile
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/Gemfile
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/Gemfile