Skip to content

Commit

Permalink
Minor dev dependencies update...
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 1, 2023
1 parent 0260339 commit 50dd9db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "puma", "~> 5"
gem "pg", "~> 1.5"

# Front-end Assets
gem "webpacker", "~> 4"
gem "webpacker", "< 5"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.4", require: false
Expand Down
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.2)
Expand All @@ -315,9 +315,9 @@ GEM
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -350,17 +350,17 @@ GEM
mime-types-data (3.2022.0105)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.4.2)
multi_json (1.15.0)
multi_test (0.1.2)
multi_xml (0.6.0)
multipart-post (2.3.0)
nenv (0.3.0)
nio4r (2.5.8)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -424,15 +424,15 @@ GEM
public_suffix (5.0.3)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.3)
racc (1.7.1)
rack (2.2.8)
rack-mini-profiler (2.3.3)
rack (>= 1.2.0)
rack-protection (3.0.5)
rack
rack-proxy (0.7.2)
rack-proxy (0.7.6)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.6)
actioncable (= 6.1.6)
Expand All @@ -453,11 +453,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_best_practices (1.22.1)
activesupport
code_analyzer (>= 0.5.2)
Expand Down Expand Up @@ -623,7 +625,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.7)
zeitwerk (2.6.10)

PLATFORMS
ruby
Expand Down Expand Up @@ -689,7 +691,7 @@ DEPENDENCIES
tzinfo-data
web-console
webdrivers
webpacker (~> 4)
webpacker (< 5)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 50dd9db

Please sign in to comment.