Skip to content
Closed
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 .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.5
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
cache: bundler
rvm:
- 2.7.2
- 2.7.5
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
Expand Down
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 '2.7.4'
ruby '2.7.5'

gem 'puma'
gem 'rails', '~> 6.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 2.7.4p191
ruby 2.7.5p203

BUNDLED WITH
2.2.15
2.3.10
4 changes: 2 additions & 2 deletions 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 2.7.2
* Ruby 2.7.5
* Bundler (was installed with 2.1.4)
* PostgreSQL

Expand Down Expand Up @@ -93,7 +93,7 @@ There are five user roles in the CFP App. To log in as a user type in developmen

## Deployment on Heroku

The app was written with a Heroku deployment stack in mind. You can easily deploy the application using the button below, or you can deploy it anywhere assuming you can run Ruby 2.7.2 and Rails 6.1.x with a PostgreSQL database and an SMTP listener.
The app was written with a Heroku deployment stack in mind. You can easily deploy the application using the button below, or you can deploy it anywhere assuming you can run Ruby 2.7.5 and Rails 6.1.x with a PostgreSQL database and an SMTP listener.

The Heroku stack will use the following free addons:

Expand Down