Skip to content

Commit 3fc50c7

Browse files
authored
Merge pull request #93 from tech-conferences/bump-gemfile-to-ruby-3.2.0
Bump Ruby to 3.2.0
2 parents 119e423 + fe4b521 commit 3fc50c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 3.0.0
3+
- 3.2.0
44
services:
55
- postgresql
66

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.0.0'
3+
ruby '3.2.0'
44

55
git_source(:github) do |repo_name|
66
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")

0 commit comments

Comments
 (0)