Skip to content

Commit

Permalink
Update dependency ruby to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rjw1 committed Feb 1, 2024
1 parent 1996b91 commit 4dcc4fa
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 4dcc4fa

Please sign in to comment.