Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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