Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Removed unnecessary gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmola committed Sep 4, 2012
1 parent 8fd5c15 commit 62945d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2,917 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -46,9 +46,6 @@ GEM
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.6)
libv8 (3.3.10.4)
mail (2.4.4)
Expand Down Expand Up @@ -114,7 +111,6 @@ DEPENDENCIES
browser
coffee-rails (~> 3.2.1)
geoip
jquery-rails
passw3rd
rails (= 3.2.0)
sass-rails (~> 3.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/nopassword/engine.rb
Expand Up @@ -19,7 +19,7 @@ class Engine < ::Rails::Engine

initializer "load_helpers" do
ActionController::Base.send :include, CheckSession
ActionHelper::Base.send :include, ApplicationHelper
ActionView::Base.send :include, ApplicationHelper
end

initializer "email_settings" do
Expand Down

0 comments on commit 62945d3

Please sign in to comment.