Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem update + README tweak #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
49 changes: 29 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
GEM
remote: https://rubygems.org/
specs:
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
base64 (0.2.0)
domain_name (0.6.20240107)
erubis (2.7.0)
excon (0.45.3)
heroics (0.0.14)
erubis (~> 2.7.0)
excon (0.110.0)
heroics (0.1.3)
base64
erubis (~> 2.0)
excon
moneta
multi_json (>= 1.9.2)
netrc
http-cookie (1.0.2)
webrick
http-accept (1.7.0)
http-cookie (1.0.6)
domain_name (~> 0.5)
mime-types (2.5)
moneta (0.8.0)
multi_json (1.11.0)
netrc (0.10.3)
pg (0.18.1)
platform-api (0.2.0)
heroics (~> 0.0.10)
rest-client (1.8.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0604)
moneta (1.0.0)
multi_json (1.15.0)
netrc (0.11.0)
pg (1.5.6)
platform-api (3.7.0)
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
rate_throttle_client (0.1.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -35,3 +41,6 @@ DEPENDENCIES
pg
platform-api
rest-client

BUNDLED WITH
2.3.23
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ heroku config:set APP=$APP-backups \
FORK_FROM_APP=$APP \
HEROKU_API_KEY=$(heroku auth:token) \
--app $APP-backups
heroku git:remote -a $APP-backups
git push heroku master
```

Expand Down