Skip to content

Commit

Permalink
Merge pull request #61 from CruGlobal/fix-babel-issues
Browse files Browse the repository at this point in the history
Updating yarn `yarn install --check-files`
  • Loading branch information
dbenton9 committed Dec 17, 2021
2 parents cc83fde + b442bf4 commit 29a204d
Show file tree
Hide file tree
Showing 3 changed files with 6,219 additions and 6,331 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '3.0.2'
gem 'rails', '~> 6.1.0'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.1'
gem 'webpacker', '~> 4.0'
gem 'webpacker', '~> 5.4'

# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GEM
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-proxy (0.6.5)
rack-proxy (0.7.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -198,6 +198,7 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
sorbet (0.5.9084)
sorbet-static (= 0.5.9084)
sorbet-coerce (0.5.0)
Expand Down Expand Up @@ -255,10 +256,11 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (4.3.0)
activesupport (>= 4.2)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -295,7 +297,7 @@ DEPENDENCIES
tapioca
web-console (>= 3.3.0)
webdrivers
webpacker (~> 4.0)
webpacker (~> 5.4)

RUBY VERSION
ruby 3.0.2p107
Expand Down

0 comments on commit 29a204d

Please sign in to comment.