Commit 7937af13 by nnnghia98

delete unused gem

parent 0632d922
...@@ -42,7 +42,6 @@ group :development, :test do ...@@ -42,7 +42,6 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'pry' gem 'pry'
gem 'annotate' gem 'annotate'
gem 'letter_opener'
end end
group :development do group :development do
......
...@@ -158,10 +158,6 @@ GEM ...@@ -158,10 +158,6 @@ GEM
activerecord activerecord
kaminari-core (= 1.1.1) kaminari-core (= 1.1.1)
kaminari-core (1.1.1) kaminari-core (1.1.1)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
listen (3.1.5) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
...@@ -315,7 +311,6 @@ DEPENDENCIES ...@@ -315,7 +311,6 @@ DEPENDENCIES
jbuilder jbuilder
jquery-rails (= 4.3.1) jquery-rails (= 4.3.1)
kaminari kaminari
letter_opener
listen (>= 3.0.5, < 3.2) listen (>= 3.0.5, < 3.2)
mysql2 (>= 0.4.4) mysql2 (>= 0.4.4)
pry pry
......
...@@ -62,9 +62,6 @@ Rails.application.configure do ...@@ -62,9 +62,6 @@ Rails.application.configure do
config.action_mailer.default_url_options = { host: "localhost", port: 3000 } config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
#Letter Opener
config.action_mailer.delivery_method = :letter_opener
#Mailcatcher #Mailcatcher
config.action_mailer.delivery_method = :smtp config.action_mailer.delivery_method = :smtp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment