Skip to content

Commit

Permalink
Use frozen_string_literal
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Dec 30, 2024
1 parent 6c83610 commit b4499b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Run test
run: |
bundle install
bundle exec rake test
RUBYOPT='--enable-frozen-string-literal' bundle exec rake test
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGELOG
---------

- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.1...master)
- [#60](https://github.com/westonganger/spreadsheet_architect/pull/60) - Use frozen_string_literal: true
- [#64](https://github.com/westonganger/spreadsheet_architect/pull/64) - Explicitly list `csv` gem as a dependency to better support Ruby 3.4

- **v5.0.1** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.0...v5.0.1)
Expand Down

0 comments on commit b4499b2

Please sign in to comment.