From f825d7e30ff6393b66a5abcc05a33f72d7d6712b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Mar 2014 22:17:00 -0500 Subject: touch up the Gemfile, comment out alternative testing frameworks --- Gemfile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index cb3d6f6..fbf6232 100644 --- a/Gemfile +++ b/Gemfile @@ -1,24 +1,23 @@ +#!/usr/bin/ruby -h # not executable, but as a hint to text editors + source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.2' - # bcrypt is used for password digesting gem 'bcrypt-ruby', '3.1.2' group :development, :test do - -# Use sqlite3 as the database for Active Record + # Use sqlite3 as the database for Active Record gem 'sqlite3' - gem 'rspec-rails', '2.13.1' -end - -group :test do - gem 'selenium-webdriver', '2.35.1' - gem 'capybara', '2.1.0' end +# group :test do +# gem 'rspec-rails', '2.13.1' +# gem 'selenium-webdriver', '2.35.1' +# gem 'capybara', '2.1.0' +# end # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' @@ -43,8 +42,8 @@ gem 'turbolinks' gem 'jbuilder', '~> 1.2' group :doc do - # bundle exec rake doc:rails generates the API under doc/api. - gem 'sdoc', require: false + # bundle exec rake doc:rails generates the API under doc/api. + gem 'sdoc', require: false end -- cgit v1.2.3