Skip to content

Commit

Permalink
Merge pull request #937 from cucumber/customize-appraisal
Browse files Browse the repository at this point in the history
Generate frozen_string_literal comments in appraisals automatically
  • Loading branch information
mvz authored Aug 31, 2024
2 parents b2e8ca9 + c157e75 commit 1280b28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# frozen_string_literal: true

# HACK: This uses odd syntax to make appraisal customization work on newer Rubies.
# See https://github.com/thoughtbot/appraisal/pull/214. Once that one has been
# released, we should use customize_gemfiles instead.
Customize.new heading: <<~HEADING.chomp
frozen_string_literal: true
This file was generated by Appraisal
HEADING

appraise "cucumber_8" do
gem "cucumber", "~> 8.0"
end
Expand Down

0 comments on commit 1280b28

Please sign in to comment.