Skip to content

Commit

Permalink
bump ruby to 3.1.3
Browse files Browse the repository at this point in the history
There's a CVE on 3.1.2. I don't think it affects us (it's for the CGI
gem), but this keeps warnings to a minimum.

Since it's a minor version bump, I don't anticipate any real problems.
  • Loading branch information
peff committed Mar 16, 2023
1 parent 89dd272 commit fce7c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source "https://rubygems.org"
ruby "3.1.2"
ruby "3.1.3"

gem "rails", "~> 6.0"

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

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.3p185

BUNDLED WITH
2.3.22

0 comments on commit fce7c31

Please sign in to comment.