Skip to content

Commit

Permalink
Upgraded to Ruby 3.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Oct 9, 2024
1 parent 7502bb7 commit d5d8c2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.3"
ruby-version: "3.3.5"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.3"
ruby-version: "3.3.5"
bundler-cache: true
- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Changelog

* 2025/10/09: Upgraded to Ruby 3.3.5 - [@dblock](https://github.com/dblock).
* 2025/10/09: Fixed incorrect local time - [@dblock](https://github.com/dblock).
* 2024/10/05: Upgraded to open-weather-ruby-client 0.5.0, using OneCall API 3.0 - [@dblock](https://github.com/dblock).
* 2024/09/29: Upgraded to Ruby 3.3.3 - [@dblock](https://github.com/dblock).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

ruby '3.3.3'
ruby '3.3.5'

gem 'base64'
gem 'bigdecimal'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.3p89
ruby 3.3.5p100

BUNDLED WITH
2.4.2

0 comments on commit d5d8c2f

Please sign in to comment.