Sha256: 6f6e020b0b411a6211790b5f1b58205c2aa228dce3cf53885d0687443ad124fe

Contents?: true

Size: 867 Bytes

Versions: 10

Compression:

Stored size: 867 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '3.2.8'

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

gem 'activerecord-jdbcsqlite3-adapter'

gem 'jruby-openssl'
gem 'json'

gem 'rabl'

gem 'hashbrowns', :path => '../'
gem 'bootstrap-sass'

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

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

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

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

# To use Jbuilder templates for JSON
# gem 'jbuilder'

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hashbrowns-0.2.5 example/Gemfile
hashbrowns-0.2.4 example/Gemfile
hashbrowns-0.2.3 example/Gemfile
hashbrowns-0.2.2 example/Gemfile
hashbrowns-0.2.1 example/Gemfile
hashbrowns-0.2.0 example/Gemfile
hashbrowns-0.1.6 example/Gemfile
hashbrowns-0.1.5 example/Gemfile
hashbrowns-0.1.4 example/Gemfile
hashbrowns-0.1.3 example/Gemfile