Add standard gems

main
Hugo Peixoto 1 year ago
parent 7abe99bab3
commit 77c1aacab0
  1. 2
      Gemfile
  2. 9
      Gemfile.lock

@ -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 ]

@ -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

Loading…
Cancel
Save