Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 94b35f8

Browse files
authored
Merge pull request #42 from heroku/bump-versions
Bump versions
2 parents aae631b + dab2b56 commit 94b35f8

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby "2.4.4"
2+
ruby "2.6.5"
33

44
gem "sinatra"
55
gem "activerecord"

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (5.2.1)
5-
activesupport (= 5.2.1)
6-
activerecord (5.2.1)
7-
activemodel (= 5.2.1)
8-
activesupport (= 5.2.1)
9-
arel (>= 9.0)
10-
activesupport (5.2.1)
4+
activemodel (6.0.0)
5+
activesupport (= 6.0.0)
6+
activerecord (6.0.0)
7+
activemodel (= 6.0.0)
8+
activesupport (= 6.0.0)
9+
activesupport (6.0.0)
1110
concurrent-ruby (~> 1.0, >= 1.0.2)
1211
i18n (>= 0.7, < 2)
1312
minitest (~> 5.1)
1413
tzinfo (~> 1.1)
15-
arel (9.0.0)
14+
zeitwerk (~> 2.1, >= 2.1.8)
1615
bond (0.5.1)
17-
concurrent-ruby (1.0.5)
18-
i18n (1.1.0)
16+
concurrent-ruby (1.1.5)
17+
i18n (1.7.0)
1918
concurrent-ruby (~> 1.0)
20-
minitest (5.11.3)
19+
minitest (5.12.2)
2120
mustermann (1.0.3)
22-
pg (1.1.3)
23-
rack (2.0.5)
24-
rack-protection (2.0.3)
21+
pg (1.1.4)
22+
rack (2.0.7)
23+
rack-protection (2.0.7)
2524
rack
2625
rack-test (0.6.3)
2726
rack (>= 1.0)
@@ -33,23 +32,24 @@ GEM
3332
rack (>= 1.0)
3433
rack-test (~> 0.6.2)
3534
ripl (>= 0.7.0)
36-
sinatra (2.0.3)
35+
sinatra (2.0.7)
3736
mustermann (~> 1.0)
3837
rack (~> 2.0)
39-
rack-protection (= 2.0.3)
38+
rack-protection (= 2.0.7)
4039
tilt (~> 2.0)
41-
sinatra-activerecord (2.0.13)
40+
sinatra-activerecord (2.0.14)
4241
activerecord (>= 3.2)
4342
sinatra (>= 1.0)
4443
thread_safe (0.3.6)
45-
tilt (2.0.8)
44+
tilt (2.0.10)
4645
tux (0.3.0)
4746
ripl (>= 0.3.5)
4847
ripl-multi_line (>= 0.2.4)
4948
ripl-rack (>= 0.2.0)
5049
sinatra (>= 1.2.1)
5150
tzinfo (1.2.5)
5251
thread_safe (~> 0.1)
52+
zeitwerk (2.2.0)
5353

5454
PLATFORMS
5555
ruby
@@ -62,7 +62,7 @@ DEPENDENCIES
6262
tux
6363

6464
RUBY VERSION
65-
ruby 2.4.4p296
65+
ruby 2.6.5p114
6666

6767
BUNDLED WITH
68-
1.16.4
68+
2.0.2

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# nocoding-getting-started
1+
# no-local-dev-getting-started
22

3-
**Warning - under active development**
3+
This application that can be used to sync (and then view) data from Salesforce using Heroku Connect.
44

5-
This is a simple application that can be used to sync (and then view) data from Salesforce using Heroku Connect.
5+
It supports the [Getting Started on Heroku with Heroku Connect](https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev) article - go check it out.
66

7-
It supports a Getting Started article on Heroku Dev Center that shows how to set up and manage an app without requiring you to install any development tools.
7+
The article demonstrates how to set up and manage this app without requiring you to install any development tools.
88

99
# Deploy
1010

1111
The easiest way to deploy this is to push the button:
1212

1313
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
1414

15-
1615
# Verified
1716

1817
If you are not yet a Heroku verified account holder, clicking the Heroku button will prompt you to sign up for Heroku first, and enter billing details. These details are required for abuse prevention - running this app in the standard configuration won't incur any costs.

0 commit comments

Comments
 (0)