Skip to content

Commit

Permalink
Added activerecord-reset-pk-sequence to gem file
Browse files Browse the repository at this point in the history
  • Loading branch information
kimia-cvengineer committed Nov 19, 2022
1 parent c4b19f9 commit f8467bb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ gem "puma", "~> 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"

# Pagination
gem 'kaminari'

# Reset the id's after deleting the elements in a table
gem 'activerecord-reset-pk-sequence'


# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails", '~> 1.0.0'
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ GEM
activerecord (7.0.4)
activemodel (= 7.0.4)
activesupport (= 7.0.4)
activerecord-reset-pk-sequence (0.2.1)
activestorage (7.0.4)
actionpack (= 7.0.4)
activejob (= 7.0.4)
Expand Down Expand Up @@ -93,6 +94,18 @@ GEM
io-console (0.5.11)
irb (1.4.2)
reline (>= 0.3.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -192,10 +205,12 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord-reset-pk-sequence
bootsnap
bootstrap-sass (~> 3.4.1)
debug
importmap-rails
kaminari
pg (~> 1.1.0)
puma (~> 5.0)
rails (~> 7.0.4)
Expand Down

0 comments on commit f8467bb

Please sign in to comment.