Skip to content

Commit

Permalink
updating new_relic to 3.6.2.96
Browse files Browse the repository at this point in the history
  • Loading branch information
wrburgess committed May 10, 2013
1 parent 24e18ec commit c74d1c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'activeadmin', '0.6.0'
gem 'active_model_serializers', '0.8.1'
gem 'json', '1.7.7'
gem 'meta_search', '1.1.3'
gem 'newrelic_rpm', '3.6.1.88'
gem 'newrelic_rpm', '3.6.2.96'
gem 'pg', '0.15.1'
gem 'settingslogic', '2.0.9'
gem 'unicorn', '4.6.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
polyamorous (~> 0.5.0)
mime-types (1.23)
multi_json (1.7.3)
newrelic_rpm (3.6.1.88)
newrelic_rpm (3.6.2.96)
orm_adapter (0.4.0)
pg (0.15.1)
polyamorous (0.5.0)
Expand Down Expand Up @@ -208,7 +208,7 @@ DEPENDENCIES
haml-rails (= 0.4.0)
json (= 1.7.7)
meta_search (= 1.1.3)
newrelic_rpm (= 3.6.1.88)
newrelic_rpm (= 3.6.2.96)
pg (= 0.15.1)
rails (= 3.2.13)
rspec-rails (= 2.13.1)
Expand Down
3 changes: 0 additions & 3 deletions app/controllers/admin_controller.rb

This file was deleted.

4 changes: 0 additions & 4 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)

namespace :admin do

end

namespace :api do
namespace :v1 do
resources :recipes
Expand Down

0 comments on commit c74d1c7

Please sign in to comment.