From 77c1aacab033a30f4a8d4f01697fd4893530c896 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Mon, 20 Jun 2022 20:50:04 +0100 Subject: [PATCH] Add standard gems --- Gemfile | 2 ++ Gemfile.lock | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7e43233..a57bf50 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,8 @@ gem "pg", "~> 1.1" gem "propshaft" gem "puma", "~> 5.0" gem "rails", "~> 7.0.3" +gem "dotenv-rails" +gem "pundit" group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] diff --git a/Gemfile.lock b/Gemfile.lock index 1b5f243..83e438f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,6 +76,10 @@ GEM irb (>= 1.3.6) reline (>= 0.2.7) digest (3.1.0) + dotenv (2.7.6) + dotenv-rails (2.7.6) + dotenv (= 2.7.6) + railties (>= 3.2) erubi (1.10.0) globalid (1.0.0) activesupport (>= 5.0) @@ -122,6 +126,8 @@ GEM railties (>= 7.0.0) puma (5.6.4) nio4r (~> 2.0) + pundit (2.2.0) + activesupport (>= 3.0.0) racc (1.6.0) rack (2.2.3.1) rack-test (1.1.0) @@ -176,12 +182,13 @@ PLATFORMS DEPENDENCIES bootsnap debug + dotenv-rails importmap-rails pg (~> 1.1) propshaft puma (~> 5.0) + pundit rails (~> 7.0.3) - tzinfo-data web-console RUBY VERSION