diff --git a/Gemfile b/Gemfile index 6b59f1b..023493f 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'bcrypt-ruby', '~> 3.0.0' # gem 'capistrano' # To use debugger -gem 'debugger' +#gem 'debugger' #gem "paperclip", "~> 3.0" gem 'gravtastic' diff --git a/Gemfile.lock b/Gemfile.lock index d3be24e..94abf55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,13 +39,6 @@ GEM coffee-script-source execjs coffee-script-source (1.3.3) - columnize (0.3.6) - debugger (1.6.0) - columnize (>= 0.3.1) - debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.1) - debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.2) devise (2.1.1) bcrypt-ruby (~> 3.0) orm_adapter (~> 0.1) @@ -127,7 +120,6 @@ DEPENDENCIES bcrypt-ruby (~> 3.0.0) cancan coffee-rails (~> 3.2.1) - debugger devise gravtastic jquery-rails diff --git a/db/schema.rb b/db/schema.rb index 915b9a5..ac3f771 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition.