Skip to content

Commit

Permalink
Use newest released patch version of Ruby 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Nov 14, 2024
1 parent 104726a commit 4b93aa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_and_test:
working_directory: ~/cfp_app
docker:
- image: cimg/ruby:3.1.2-browsers
- image: cimg/ruby:3.1.6-browsers
environment:
PGHOST: localhost
PGUSER: cfp_app
Expand Down
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.6
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.6p260

BUNDLED WITH
2.3.17
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The CFP App does not provide a public facing website for your conference, though

### Prerequisite Requirements

* Ruby 3.1.2 (set in `.ruby-version`)
* Ruby 3.1.6 (set in `.ruby-version`)
* Bundler (was installed with 2.3.11)
* PostgreSQL 14.1
* Google Chrome browser must be installed to run tests
Expand Down

0 comments on commit 4b93aa4

Please sign in to comment.