Skip to content
Closed
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 number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'mysql2', '0.5.7'
# Use Puma as the app server
gem 'puma', ">= 4.3.0"
# For bundling/importing assets
gem 'shakapacker', '~> 8.3.0'
gem 'shakapacker', '~> 9.5.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# SideKiq for queueing jobs
Expand Down
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ GEM
image_processing (~> 1.1)
marcel (~> 1.0.0)
ssrf_filter (~> 1.0)
cgi (0.5.0)
cgi (0.5.1)
childprocess (5.1.0)
logger (~> 1.5)
clamby (1.6.11)
cocoon (1.2.15)
colorize (1.1.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.6)
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (2.5.4)
connection_pool (3.0.2)
countries (7.1.1)
unaccent (~> 0.3)
country_select (10.0.1)
Expand Down Expand Up @@ -196,13 +196,13 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
io-console (0.8.1)
irb (1.15.3)
io-console (0.8.2)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
activerecord (>= 5, < 7.3)
lograge (~> 0.11)
logstash-event (1.2.02)
loofah (2.24.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -252,7 +252,8 @@ GEM
logger
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.26.0)
minitest (6.0.1)
prism (~> 1.5)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.3.0)
Expand Down Expand Up @@ -285,10 +286,10 @@ GEM
rubocop-rspec_rails (~> 2.30)
scss_lint (~> 0.60)
nio4r (2.7.5)
nokogiri (1.18.10)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
nokogiri (1.19.0-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -364,15 +365,15 @@ GEM
tsort (>= 0.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.3.4.1)
redis-client (0.23.2)
connection_pool
regexp_parser (2.11.3)
reline (0.6.2)
reline (0.6.3)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -469,7 +470,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.1.0)
shakapacker (8.3.0)
shakapacker (9.5.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -507,7 +508,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
ssrf_filter (1.2.0)
thor (1.3.2)
thor (1.5.0)
tilt (2.6.0)
timeout (0.4.4)
tsort (0.2.0)
Expand Down Expand Up @@ -541,7 +542,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.3)
zeitwerk (2.7.4)

PLATFORMS
ruby
Expand Down Expand Up @@ -602,7 +603,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
seedbank (~> 0.5.0)
selenium-webdriver (~> 4.26)
shakapacker (~> 8.3.0)
shakapacker (~> 9.5.0)
shoulda-matchers (~> 4.3.0)
sidekiq (~> 7.1.3)
simple_form (~> 5.3.1)
Expand Down