Sha256: 27b8c648536bbd43dfcd148a8a11a310299510f7e814194859d0f1435e82115f

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 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'

# 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

5 entries across 5 versions & 1 rubygems

Version Path
datashift-0.11.1 spec/rails_sandbox/Gemfile
datashift-0.11.0 spec/rails_sandbox/Gemfile
datashift-0.10.2 spec/rails_sandbox/Gemfile
datashift-0.10.1 spec/rails_sandbox/Gemfile
datashift-0.10.0 spec/rails_sandbox/Gemfile