Update dependencies and add pipelines (#2)
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

* Update Ruby/Rails/other deps
* Unlock Rails and tie to master
  * Gain access to 7.1 incoming feature allowing CI without secret_key_base
* Use Rails 7.1 Dockerfile
* Pipeline for some merge checks
* Pipeline to deploy

Reviewed-on: #2
This commit is contained in:
Andrew Tomaka 2023-03-12 10:27:02 -04:00
parent fd75a7c6ff
commit 58798d524f
7 changed files with 198 additions and 74 deletions

View file

@ -3,7 +3,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.0"
gem "rails", "7.0.4.2"
# unti 7.1 is out
gem "rails", git: "https://github.com/rails/rails"
gem "sprockets-rails"
gem "sqlite3"
gem "puma"