Skip to content

Instantly share code, notes, and snippets.

@iriscoopers
Last active June 4, 2023 08:42
Show Gist options
  • Save iriscoopers/0b0289625f596185cbc36cb704b0f49b to your computer and use it in GitHub Desktop.
Save iriscoopers/0b0289625f596185cbc36cb704b0f49b to your computer and use it in GitHub Desktop.
# 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