Merge pull request #127 from jasnow/master

Removed rack-ssl from Gemfile since it is not needed.
This commit is contained in:
Ken Johnson
2014-06-06 15:49:23 -04:00
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -4,8 +4,6 @@ source 'https://rubygems.org'
gem 'rails', '3.2.11'
gem 'rack', '1.4.0'
gem 'rack-ssl', '1.3.4'
ruby '2.0.0'
# Bundle edge Rails instead:
-1
View File
@@ -327,7 +327,6 @@ DEPENDENCIES
pry
rack (= 1.4.0)
rack-livereload
rack-ssl (= 1.3.4)
rails (= 3.2.11)
rb-fsevent
rspec-rails (= 2.14.2)