Skip to content

Commit

Permalink
Bump development Ruby version
Browse files Browse the repository at this point in the history
`bundle install` fails for the current version, and it's less than the
minimum version we require anyway.

Since we run CI against previous versions, we can jump all the way to a
recent version locally, and rely on tests to catch incompatibilities.
  • Loading branch information
sambostock committed Jun 21, 2023
1 parent b8b1b86 commit 31a51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: erb-lint

up:
- ruby: 2.5.3
- ruby: '3.2.2'
- bundler

commands:
Expand Down

0 comments on commit 31a51d1

Please sign in to comment.