Skip to content

Commit

Permalink
Merge pull request #42 from FlaviaFortes/fdf-remove-commented-gem
Browse files Browse the repository at this point in the history
Remove commented gem on Gemfile
  • Loading branch information
CoralineAda committed Feb 25, 2016
2 parents 6d43e4f + 804611d commit 6383c84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'paperclip', '~> 4.3.1'
gem 'pg'
gem 'sidekiq'
gem 'sinatra', :require => nil
gem "sorcery"
gem 'sorcery'
gem 'therubyracer'
gem 'validates_email_format_of'
gem 'rails_12factor', group: :production
Expand All @@ -39,7 +39,6 @@ group :development do
gem 'unicorn'
gem 'hpricot'
gem 'ruby_parser'
# gem 'rack-mini-profiler'
gem 'pry'
end

Expand Down

0 comments on commit 6383c84

Please sign in to comment.