Skip to content

Commit

Permalink
Merge pull request #129 from jdlubrano/chore/replace-ruby-2.5-with-3.1
Browse files Browse the repository at this point in the history
Chore/replace ruby 2.5 with 3.1
  • Loading branch information
jdlubrano authored Apr 18, 2022
2 parents 0adad3e + 638eaf2 commit c28ed7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
ruby_version:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3
3.1.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.2.4
2.3.11

0 comments on commit c28ed7f

Please sign in to comment.