Skip to content

Commit

Permalink
Update: ruby version and readme (heroku#353)
Browse files Browse the repository at this point in the history
* Update: Ruby 3.3 is tested successfully

* Update: a short prerequisites to README

* Update bring back deployment to readme and gitignore
  • Loading branch information
andykandev committed Feb 27, 2024
1 parent 7be12fc commit ebbabba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http:https://rubygems.org'

ruby '3.2.2'
ruby '3.3.0'

gem 'sinatra'
gem 'thin'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEPENDENCIES
thin

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.10
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ Source for the content app running at: https://12factor.net/

## Development

### Prerequisites

You will need [Ruby](https://www.ruby-lang.org/en/documentation/installation/), [heroku](https://devcenter.heroku.com/articles/heroku-cli?utm_source=redirect&utm_campaign=cli)

### Run
```sh
bundle install
heroku local:start
heroku local:start &
open http:https://localhost:5000
```

Expand Down

0 comments on commit ebbabba

Please sign in to comment.