mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-09 07:11:59 +00:00
Compare commits
4 Commits
circleci-p
...
db15e79c0f
| Author | SHA1 | Date | |
|---|---|---|---|
| db15e79c0f | |||
| 1f5aa304ff | |||
| 4522113396 | |||
| 7327902fe8 |
@@ -4,7 +4,5 @@ jobs:
|
|||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# start proprietary DB using private Docker image
|
|
||||||
# with credentials stored in the UI
|
|
||||||
- run: |
|
- run: |
|
||||||
bash bin/run-tests-with-docker.sh
|
bash bin/run-tests-with-docker.sh
|
||||||
21
.travis.yml
21
.travis.yml
@@ -1,21 +0,0 @@
|
|||||||
sudo: required
|
|
||||||
language: minimal
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- docker-ce
|
|
||||||
env:
|
|
||||||
- DOCKER_COMPOSE_VERSION=1.22.0
|
|
||||||
script:
|
|
||||||
- bash bin/run-tests-with-docker.sh
|
|
||||||
deploy:
|
|
||||||
provider: heroku
|
|
||||||
api_key:
|
|
||||||
secure: WQnMF1v9J8n3z+Icx1Sp2tcu5bsIDwuCRgmGSEyFEl0aI3KsFxCpNWKEhHougkBxYRi7XXW1TZGGwRYb5VNf5UVG4xqlgJE7vm4ri3PjU2x/bLJb6tJq+WNrXoJNzfeyRqwXpfOYJT6n3/ak7lsZrVY2zSIuNTdQQ1oVWk33x9KNyr1RS/XmygJDnsG8n7dnz4xUi57F2w3hORVF3Lm3a63F9hoBcZjZUeMHzLPPhG4yySkpBe1oWtFk58ZSyqCSpcpbiQSSCxHiMrlSJ6GDZjUFDe+GIkx/P8by+MP0qcS2dw1w5yPZvsAATe826xP+LmcZX7g2LHJbIDu+ZwisQDbWfhpShvIkgtnhG95fAF7pv+md6VsLf3cTggtOYKHXDGBTO2nHDDuol/W7ZZHiVT5Da52MFdkJ/4TTgzqWmnlDmmJT6nAZKgGp/dcnslUHscwM1nnhJZZqbxbg8tIZ3Q9+hLjh9vikO76ujkIaseJ+fGcpzTl5SvwW7NfINzJPkVZsPQb6tYNs01iKVfLJ8xNKvUswKe3G3nvrbfJahgySZ0+4xDEjQbbaa63RjyOw06DAcN3SgMj0o1w66NGdd1GzloggN0mdUfXkn+mjP3okYh7zgPY1n+ZJ88BQYJoScS790g30pqxR1Tj0uR3+TEd3Qmp7McfXKlMJiMXX2mI=
|
|
||||||
app: wrestlingapp
|
|
||||||
on:
|
|
||||||
repo: jcwimer/wrestlingApp
|
|
||||||
branch: master
|
|
||||||
run: rake db:migrate RAILS_ENV=production
|
|
||||||
4
Gemfile
4
Gemfile
@@ -1,8 +1,8 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.6.5'
|
ruby '2.7.2'
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '6.0.3.2'
|
gem 'rails', '6.0.3.4'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
|
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
|
||||||
gem 'sqlite3', :group => :development
|
gem 'sqlite3', :group => :development
|
||||||
|
|||||||
148
Gemfile.lock
148
Gemfile.lock
@@ -1,56 +1,56 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.3.2)
|
actioncable (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.3.2)
|
actionmailbox (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
activejob (= 6.0.3.2)
|
activejob (= 6.0.3.4)
|
||||||
activerecord (= 6.0.3.2)
|
activerecord (= 6.0.3.4)
|
||||||
activestorage (= 6.0.3.2)
|
activestorage (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.3.2)
|
actionmailer (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
actionview (= 6.0.3.2)
|
actionview (= 6.0.3.4)
|
||||||
activejob (= 6.0.3.2)
|
activejob (= 6.0.3.4)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.3.2)
|
actionpack (6.0.3.4)
|
||||||
actionview (= 6.0.3.2)
|
actionview (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.0.3.2)
|
actiontext (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
activerecord (= 6.0.3.2)
|
activerecord (= 6.0.3.4)
|
||||||
activestorage (= 6.0.3.2)
|
activestorage (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.3.2)
|
actionview (6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (6.0.3.2)
|
activejob (6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.3.2)
|
activemodel (6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
activerecord (6.0.3.2)
|
activerecord (6.0.3.4)
|
||||||
activemodel (= 6.0.3.2)
|
activemodel (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
activestorage (6.0.3.2)
|
activestorage (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
activejob (= 6.0.3.2)
|
activejob (= 6.0.3.4)
|
||||||
activerecord (= 6.0.3.2)
|
activerecord (= 6.0.3.4)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.3.2)
|
activesupport (6.0.3.4)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@@ -60,7 +60,7 @@ GEM
|
|||||||
ast (2.4.1)
|
ast (2.4.1)
|
||||||
backports (3.18.2)
|
backports (3.18.2)
|
||||||
bcrypt (3.1.16)
|
bcrypt (3.1.16)
|
||||||
brakeman (4.9.1)
|
brakeman (4.10.0)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
bullet (6.1.0)
|
bullet (6.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
@@ -78,7 +78,7 @@ GEM
|
|||||||
concurrent-ruby (1.1.7)
|
concurrent-ruby (1.1.7)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
daemons (1.3.1)
|
daemons (1.3.1)
|
||||||
dalli (2.7.10)
|
dalli (2.7.11)
|
||||||
delayed_job (4.1.8)
|
delayed_job (4.1.8)
|
||||||
activesupport (>= 3.0, < 6.1)
|
activesupport (>= 3.0, < 6.1)
|
||||||
delayed_job_active_record (4.1.4)
|
delayed_job_active_record (4.1.4)
|
||||||
@@ -89,7 +89,7 @@ GEM
|
|||||||
delayed_job (> 2.0.3)
|
delayed_job (> 2.0.3)
|
||||||
rack-protection (>= 1.5.5)
|
rack-protection (>= 1.5.5)
|
||||||
sinatra (>= 1.4.4)
|
sinatra (>= 1.4.4)
|
||||||
devise (4.7.2)
|
devise (4.7.3)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
@@ -150,7 +150,7 @@ GEM
|
|||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2020.0512)
|
mime-types-data (3.2020.1104)
|
||||||
mimemagic (0.3.5)
|
mimemagic (0.3.5)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
@@ -163,18 +163,18 @@ GEM
|
|||||||
net-http-persistent (2.9.4)
|
net-http-persistent (2.9.4)
|
||||||
net-http-pipeline (1.0.1)
|
net-http-pipeline (1.0.1)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
newrelic_rpm (6.12.0.367)
|
newrelic_rpm (6.13.1)
|
||||||
nio4r (2.5.3)
|
nio4r (2.5.4)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.10.10)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.19.2)
|
parallel (1.20.0)
|
||||||
parser (2.7.1.4)
|
parser (2.7.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
passenger (6.0.6)
|
passenger (6.0.6)
|
||||||
rack
|
rack
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
puma (4.3.6)
|
puma (5.0.4)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pusher-client (0.6.2)
|
pusher-client (0.6.2)
|
||||||
json
|
json
|
||||||
@@ -184,20 +184,20 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.3.2)
|
rails (6.0.3.4)
|
||||||
actioncable (= 6.0.3.2)
|
actioncable (= 6.0.3.4)
|
||||||
actionmailbox (= 6.0.3.2)
|
actionmailbox (= 6.0.3.4)
|
||||||
actionmailer (= 6.0.3.2)
|
actionmailer (= 6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
actiontext (= 6.0.3.2)
|
actiontext (= 6.0.3.4)
|
||||||
actionview (= 6.0.3.2)
|
actionview (= 6.0.3.4)
|
||||||
activejob (= 6.0.3.2)
|
activejob (= 6.0.3.4)
|
||||||
activemodel (= 6.0.3.2)
|
activemodel (= 6.0.3.4)
|
||||||
activerecord (= 6.0.3.2)
|
activerecord (= 6.0.3.4)
|
||||||
activestorage (= 6.0.3.2)
|
activestorage (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.3.2)
|
railties (= 6.0.3.4)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
@@ -209,9 +209,9 @@ GEM
|
|||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.5)
|
rails_serve_static_assets (0.0.5)
|
||||||
rails_stdout_logging (0.0.5)
|
rails_stdout_logging (0.0.5)
|
||||||
railties (6.0.3.2)
|
railties (6.0.3.4)
|
||||||
actionpack (= 6.0.3.2)
|
actionpack (= 6.0.3.4)
|
||||||
activesupport (= 6.0.3.2)
|
activesupport (= 6.0.3.4)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
@@ -220,7 +220,7 @@ GEM
|
|||||||
rb-readline (0.5.5)
|
rb-readline (0.5.5)
|
||||||
rdoc (6.2.1)
|
rdoc (6.2.1)
|
||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
regexp_parser (1.7.1)
|
regexp_parser (1.8.2)
|
||||||
responders (3.0.1)
|
responders (3.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
@@ -231,20 +231,20 @@ GEM
|
|||||||
netrc (~> 0.8)
|
netrc (~> 0.8)
|
||||||
rexml (3.2.4)
|
rexml (3.2.4)
|
||||||
round_robin_tournament (0.0.1)
|
round_robin_tournament (0.0.1)
|
||||||
rubocop (0.91.0)
|
rubocop (1.2.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.7.1.1)
|
parser (>= 2.7.1.5)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.7)
|
regexp_parser (>= 1.8)
|
||||||
rexml
|
rexml
|
||||||
rubocop-ast (>= 0.4.0, < 1.0)
|
rubocop-ast (>= 1.0.1)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-ast (0.4.0)
|
rubocop-ast (1.1.1)
|
||||||
parser (>= 2.7.1.4)
|
parser (>= 2.7.1.5)
|
||||||
ruby-progressbar (1.10.1)
|
ruby-progressbar (1.10.1)
|
||||||
ruby2_keywords (0.0.2)
|
ruby2_keywords (0.0.2)
|
||||||
sdoc (1.1.0)
|
sdoc (2.0.2)
|
||||||
rdoc (>= 5.0)
|
rdoc (>= 5.0)
|
||||||
sinatra (2.1.0)
|
sinatra (2.1.0)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
@@ -260,7 +260,7 @@ GEM
|
|||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.4.2)
|
sqlite3 (1.4.2)
|
||||||
terminal-table (1.8.0)
|
terminal-table (2.0.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
therubyracer (0.12.3)
|
therubyracer (0.12.3)
|
||||||
libv8 (~> 3.16.14.15)
|
libv8 (~> 3.16.14.15)
|
||||||
@@ -282,9 +282,9 @@ GEM
|
|||||||
turbolinks-source (5.2.0)
|
turbolinks-source (5.2.0)
|
||||||
typhoeus (0.8.0)
|
typhoeus (0.8.0)
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.8.0)
|
||||||
tzinfo (1.2.7)
|
tzinfo (1.2.8)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo-data (1.2020.1)
|
tzinfo-data (1.2020.4)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
@@ -299,7 +299,7 @@ GEM
|
|||||||
websocket-driver (0.7.3)
|
websocket-driver (0.7.3)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
zeitwerk (2.4.0)
|
zeitwerk (2.4.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@@ -321,7 +321,7 @@ DEPENDENCIES
|
|||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
passenger
|
passenger
|
||||||
puma
|
puma
|
||||||
rails (= 6.0.3.2)
|
rails (= 6.0.3.4)
|
||||||
rails_12factor
|
rails_12factor
|
||||||
rb-readline
|
rb-readline
|
||||||
round_robin_tournament
|
round_robin_tournament
|
||||||
@@ -336,7 +336,7 @@ DEPENDENCIES
|
|||||||
uglifier
|
uglifier
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.6.5p114
|
ruby 2.7.2p137
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.2
|
2.1.4
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
This application is being created to run a wrestling tournament.
|
This application is being created to run a wrestling tournament.
|
||||||
|
|
||||||
### Current master status
|
### Current master status
|
||||||
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
||||||
|
|
||||||
### Current development status
|
### Current development status
|
||||||
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
**License:** MIT License
|
**License:** MIT License
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ruby:2.6.5
|
FROM ruby:2.7.2
|
||||||
|
|
||||||
RUN apt-get -qq update \
|
RUN apt-get -qq update \
|
||||||
&& apt-get -qq install -y \
|
&& apt-get -qq install -y \
|
||||||
@@ -22,7 +22,8 @@ RUN gem install bundler
|
|||||||
RUN gem update --system
|
RUN gem update --system
|
||||||
ADD Gemfile* /tmp/
|
ADD Gemfile* /tmp/
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN bundle install --jobs 4 --without production
|
RUN bundle config set without 'production'
|
||||||
|
RUN bundle install --jobs 4
|
||||||
|
|
||||||
RUN mkdir /rails
|
RUN mkdir /rails
|
||||||
WORKDIR /rails
|
WORKDIR /rails
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ruby:2.6.5-slim
|
FROM ruby:2.7.2-slim
|
||||||
|
|
||||||
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/
|
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user