Skip to content

Commit

Permalink
Merge pull request #39 from dxw/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update dependency ruby to v3.3.0
  • Loading branch information
rjw1 authored Feb 1, 2024
2 parents 1996b91 + 4dcc4fa commit a0aeeaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2']
ruby-version: ['3.3']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "~> 3.2.0"
ruby "~> 3.3.0"

gem 'httparty'
gem 'dotenv'
Expand Down

0 comments on commit a0aeeaf

Please # to comment.