Skip to content

Commit

Permalink
Merge pull request #481 from peaonunes/fixes-version-constant-reference
Browse files Browse the repository at this point in the history
Fix CSRF_TOKEN_COOKIE_NAME wrong reference to VERSION constant
  • Loading branch information
RobinDaugherty authored Oct 3, 2020
2 parents eef47b6 + 90789f9 commit d577691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/better_errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
require "coderay"
require "uri"

require "better_errors/version"
require "better_errors/code_formatter"
require "better_errors/inspectable_value"
require "better_errors/error_page"
require "better_errors/middleware"
require "better_errors/raised_exception"
require "better_errors/repl"
require "better_errors/stack_frame"
require "better_errors/version"

module BetterErrors
POSSIBLE_EDITOR_PRESETS = [
Expand Down

0 comments on commit d577691

Please sign in to comment.