Skip to content

Commit

Permalink
Ensure we're requiring Sinatra when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Mar 21, 2009
1 parent 762b541 commit b65a38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/rack/bug/panels/sql_panel.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "digest"
require "sinatra/base"
require "active_support/secure_random"
require "rack/bug/extensions/sql_extension"

Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/sample_app.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "sinatra"
require "sinatra/base"

class SampleApp < Sinatra::Default

Expand Down

0 comments on commit b65a38d

Please sign in to comment.