Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.2"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand All @@ -16,7 +16,7 @@ gem "turbo-rails"
gem "stimulus-rails"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"

gem 'hotwire-rails'
gem "devise"

# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
Expand Down
14 changes: 12 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
bcrypt_pbkdf (1.1.1-x86-mingw32)
benchmark (0.4.1)
bigdecimal (3.2.2)
Expand Down Expand Up @@ -127,6 +128,10 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
hotwire-rails (0.1.3)
rails (>= 6.0.0)
stimulus-rails
turbo-rails
i18n (1.14.7)
concurrent-ruby (~> 1.0)
importmap-rails (2.1.0)
Expand Down Expand Up @@ -188,6 +193,8 @@ GEM
nokogiri (1.18.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.4-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand All @@ -196,6 +203,7 @@ GEM
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pg (1.6.0-x64-mingw-ucrt)
pg (1.6.0-x86-mingw32)
pg (1.6.0-x86_64-linux)
pp (0.6.2)
Expand All @@ -211,7 +219,7 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (6.6.0)
puma (6.6.1)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -379,6 +387,7 @@ GEM
zeitwerk (2.7.3)

PLATFORMS
x64-mingw-ucrt
x86-mingw32
x86_64-linux

Expand All @@ -389,10 +398,11 @@ DEPENDENCIES
debug
devise
factory_bot_rails
hotwire-rails
importmap-rails
jbuilder
kamal
pg (~> 1.1)
pg (~> 1.5)
propshaft
puma (>= 5.0)
rails (~> 8.0.2)
Expand Down
Loading
Loading