Skip to content

Commit

Permalink
Build: update travis ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitschmidty committed Dec 18, 2023
1 parent a0fc0de commit 245be6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.4
3.2.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
language: ruby
rvm:
- "2.6.4"
- "3.2.2"

cache: bundler

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
## If you update the version here, also update it in .travis.yml, .ruby-version,
## and README.md. Then push your branch and make sure Travis supports that
## version.
ruby '2.6.4'
ruby '3.2.2'

## If you add a new Gem below, run `bundle install` to install it.
group :development do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ DEPENDENCIES
toml

RUBY VERSION
ruby 2.6.4p104
ruby 3.2.2

0 comments on commit 245be6f

Please sign in to comment.