Skip to content

Commit

Permalink
Specify ruby version except for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyhall committed Apr 21, 2023
1 parent 5828f1e commit 25440a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby "3.2.2" unless ENV["CI"]

gemspec

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,8 @@ DEPENDENCIES
xpath (= 3.2.0)
yard

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.3.10

0 comments on commit 25440a1

Please sign in to comment.