Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line numberDiff line numberDiff line change
Expand Up@@ -47,7 +47,7 @@ gem "csv", "~> 3.3"

gem "devise", "~> 4.9"

gem "importmap-rails", "~> 2.1"
gem "importmap-rails", "~> 2.2"

gem "propshaft", "~> 1.2"

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -199,7 +199,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
iconv (1.1.0)
importmap-rails (2.1.0)
importmap-rails (2.2.2)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand DownExpand Up@@ -292,7 +292,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.0)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand DownExpand Up@@ -345,7 +345,7 @@ GEM
erb
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand DownExpand Up@@ -385,7 +385,7 @@ GEM
structify (0.3.4)
activesupport (>= 7.0, < 9.0)
attr_json (~> 2.1)
thor (1.3.2)
thor (1.4.0)
timeout (0.4.3)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
Expand DownExpand Up@@ -437,7 +437,7 @@ DEPENDENCIES
good_job (~> 4.11)
http (~> 5.3)
iconv (~> 1.1)
importmap-rails (~> 2.1)
importmap-rails (~> 2.2)
jbuilder
marksmith (~> 0.4.5)
nokogiri (~> 1.18)
Expand Down