Skip to content

Commit

Permalink
Add frozen_string_literal to Gemfile and Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jun 5, 2021
1 parent 8c8aa06 commit 0895eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in rom-elasticsearch.gemspec
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

Expand Down

0 comments on commit 0895eab

Please sign in to comment.