Last active
June 4, 2023 08:42
-
-
Save iriscoopers/0b0289625f596185cbc36cb704b0f49b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
gem "devise" | |
gem "slim-rails" | |
gem "omniauth-google-oauth2" | |
gem "httparty" | |
gem_group :development, :test do | |
gem "rspec-rails" | |
gem "dotenv-rails" | |
end | |
run "docker compose build" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment