summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-04 15:25:58 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-04 15:25:58 -0500
commite4ae559d8189519586e044238196ee45b2a10c6b (patch)
tree3d4977292aa234ea93ce604095f13d50484250a1 /Gemfile
parent2f450dd30bb210fdc4cb8899c72e6da945a163ba (diff)
parentda95cb4f0f48731c2713c61f17b522b048647fd1 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts: app/assets/stylesheets/scaffolds.css.scss app/views/layouts/application.html.erb db/migrate/20140304043618_create_servers.rb db/migrate/20140304043622_create_matches.rb db/migrate/20140304043631_create_games.rb
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