Add standard gems

This commit is contained in:
Hugo Peixoto 2022-06-20 20:50:04 +01:00
parent 7abe99bab3
commit 77c1aacab0
2 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,8 @@ gem "pg", "~> 1.1"
gem "propshaft" gem "propshaft"
gem "puma", "~> 5.0" gem "puma", "~> 5.0"
gem "rails", "~> 7.0.3" gem "rails", "~> 7.0.3"
gem "dotenv-rails"
gem "pundit"
group :development, :test do group :development, :test do
gem "debug", platforms: %i[ mri mingw x64_mingw ] gem "debug", platforms: %i[ mri mingw x64_mingw ]

View File

@ -76,6 +76,10 @@ GEM
irb (>= 1.3.6) irb (>= 1.3.6)
reline (>= 0.2.7) reline (>= 0.2.7)
digest (3.1.0) digest (3.1.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0) erubi (1.10.0)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
@ -122,6 +126,8 @@ GEM
railties (>= 7.0.0) railties (>= 7.0.0)
puma (5.6.4) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3.1) rack (2.2.3.1)
rack-test (1.1.0) rack-test (1.1.0)
@ -176,12 +182,13 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bootsnap bootsnap
debug debug
dotenv-rails
importmap-rails importmap-rails
pg (~> 1.1) pg (~> 1.1)
propshaft propshaft
puma (~> 5.0) puma (~> 5.0)
pundit
rails (~> 7.0.3) rails (~> 7.0.3)
tzinfo-data
web-console web-console
RUBY VERSION RUBY VERSION