diff --git a/Gemfile b/Gemfile index 358c52e..f4a2000 100755 --- a/Gemfile +++ b/Gemfile @@ -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: diff --git a/Gemfile.lock b/Gemfile.lock index 47c246a..4a76e56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)