Update dependencies and add pipelines #2

Merged
atomaka merged 8 commits from docker into main 2023-03-12 10:27:06 -04:00
Showing only changes of commit 25b91abb2b - Show all commits

View file

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