summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 22:17:00 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 22:17:00 -0500
commitf825d7e30ff6393b66a5abcc05a33f72d7d6712b (patch)
tree2e157a793aaeda3373451c542be99a6d92cdc257 /Gemfile
parent114b7d13be2dbba1ce3bf3c344396c587e464e50 (diff)
touch up the Gemfile, comment out alternative testing frameworks
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile21
1 files changed, 10 insertions, 11 deletions
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