Sha256: 91b4e782649af760bf245916ac284aedcf85ded228eb7f0b65683f0f6da7d1f8
Contents?: true
Size: 1020 Bytes
Versions: 2
Compression:
Stored size: 1020 Bytes
Contents
source :rubygems # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.1' # Use jdbcsqlite3 as the database for Active Record gem 'activerecord-jdbc-adapter' gem 'jdbc-sqlite3' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' # 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', '>= 3.0' # 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.2' # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jubilee-2.1.0.rc1-java | spec/apps/rails4/basic/Gemfile |
jubilee-2.1.0.beta-java | spec/apps/rails4/basic/Gemfile |