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 number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'shakapacker', '6.5.4'
gem 'shakapacker', '9.5.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

Expand Down
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
execjs
coffee-script-source (1.12.2)
colorize (0.8.1)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.6)
crass (1.0.6)
cypress-on-rails (1.13.1)
rack
Expand All @@ -145,7 +145,7 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.13.0)
erubi (1.13.1)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
hashie (5.0.0)
i18n (1.14.6)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.24.0)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -230,10 +230,10 @@ GEM
net-smtp
malloc_trim (0.1.0)
marcel (1.0.2)
method_source (1.0.0)
method_source (1.1.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.27.0)
msgpack (1.7.0)
multi_xml (0.6.0)
mysql2 (0.5.5)
Expand Down Expand Up @@ -283,6 +283,7 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
orm_adapter (0.5.0)
package_json (0.2.0)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
Expand All @@ -299,13 +300,13 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.13)
rack (2.2.21)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.6)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails (7.0.7.1)
actioncable (= 7.0.7.1)
Expand All @@ -321,11 +322,11 @@ GEM
activesupport (= 7.0.7.1)
bundler (>= 1.15.0)
railties (= 7.0.7.1)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.0.7.1)
Expand All @@ -336,7 +337,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.3.1)
ransack (3.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
Expand Down Expand Up @@ -398,10 +399,11 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
semantic_range (3.0.0)
semantic_range (3.1.0)
sexp_processor (4.16.1)
shakapacker (6.5.4)
shakapacker (9.5.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
Expand All @@ -425,7 +427,7 @@ GEM
strip_attributes (1.13.0)
activemodel (>= 3.0, < 8.0)
temple (0.10.0)
thor (1.2.1)
thor (1.5.0)
tilt (2.1.0)
timeout (0.4.3)
turbolinks (5.2.1)
Expand All @@ -447,7 +449,7 @@ GEM
xdan-datetimepicker-rails (2.5.4)
jquery-rails
rails (>= 3.2.16)
zeitwerk (2.6.8)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
Expand Down Expand Up @@ -495,7 +497,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sass-rails (~> 5.0)
shakapacker (= 6.5.4)
shakapacker (= 9.5.0)
slim-rails
strip_attributes
turbolinks (~> 5)
Expand Down
Loading