Skip to content

Commit

Permalink
refactor: Add frozen string literal comment and standardize string qu…
Browse files Browse the repository at this point in the history
…otes in Rakefile for consistency
  • Loading branch information
joshsadam committed Jan 2, 2025
1 parent d8f27c8 commit 0bab3f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion embedded_gems/pathogen/demo/Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative "config/application"
require_relative 'config/application'

Rails.application.load_tasks

0 comments on commit 0bab3f0

Please sign in to comment.