You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
source'http://rubygems.org'gem'rails','4.0.1'# Use mysql as the database for Active Recordgem'mysql2'# Use SCSS for stylesheetsgem'sass-rails','~> 4.0.0'# Use Uglifier as compressor for JavaScript assetsgem'uglifier','>= 1.3.0'# Use CoffeeScript for .js.coffee assets and viewsgem'coffee-rails','~> 4.0.0'# See https://github.com/sstephenson/execjs#readme for more supported runtimesgem'therubyracer',platforms: :ruby# Use jquery as the JavaScript librarygem'jquery-rails'# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinksgem'turbolinks'# Build JSON APIs with ease. Read more: https://github.com/rails/jbuildergem'jbuilder','~> 1.2'group:docdo# bundle exec rake doc:rails generates the API under doc/api.gem'sdoc',require: falseendgem'twitter-bootstrap-rails',git: 'https://github.com/seyhunak/twitter-bootstrap-rails.git',branch: 'bootstrap3'gem'less-rails'group:testdogem'database_cleaner'gem'faker'gem'rspec-rails'gem'cucumber-rails',"~> 1.0",require: falsegem'capybara',:git=>'git://github.com/jnicklas/capybara.git'gem'headless'gem'factory_girl_rails'end## Auth#gem'devise'#, :git => 'git://github.com/plataformatec/devise.git'gem'devise_invitable'gem'omniauth'gem'cancan'gem'uuid'gem'figaro'gem'whenever'gem'unicorn'# Deploy with Capistranogroup:developmentdogem'capistrano','~> 3.2.0'gem'capistrano-bundler','~> 1.1.0'gem'capistrano-rails','~> 1.1'endgem'simple_form',git: 'git://github.com/plataformatec/simple_form.git'gem'squeel'
Original Gemfile:
eefgilm
New file:
The text was updated successfully, but these errors were encountered: