Sha256: 68bc97833a1a6f333e3da1a11d55247fc835109d7ebacde05b72d8c5b363712e

Contents?: true

Size: 1.14 KB

Versions: 22

Compression:

Stored size: 1.14 KB

Contents

source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0.rc1'

# Use jdbcsqlite3 as the database for Active Record
gem 'activerecord-jdbcsqlite3-adapter', '1.3.0.beta1'
# gem 'jruby-openssl'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0.rc1'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'

# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'

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

# Use jquery as the JavaScript library
gem 'jquery-rails'

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'

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

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
warbler-1.4.10 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.2 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.1 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.rc3 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.rc2 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.rc1 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.pre3 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.pre2 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.9 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.8 integration/rails4_test/src/main/ruby/Gemfile
warbler-2.0.0.pre1 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.7 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.6 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.5 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.4 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.3 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.2 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.1 integration/rails4_test/src/main/ruby/Gemfile
warbler-1.4.0 integration/rails4_test/src/main/ruby/Gemfile