Skip to content

Commit

Permalink
Use lodash gem
Browse files Browse the repository at this point in the history
  • Loading branch information
cpytel committed Nov 26, 2024
1 parent bcc0ed0 commit 86aa3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gem "inline_svg"
gem "jquery-rails"
gem "jquery-ui-rails"
gem "kaminari"
gem "lodash-rails"
gem "logger"
gem "mime-types"
gem "mimemagic"
Expand Down Expand Up @@ -68,10 +69,6 @@ gem "vanity"
gem "webrick"
gem "wrapped"

source "https://rails-assets.org" do
gem "rails-assets-lodash"
end

group :development do
gem "guard-livereload", require: false
gem "rack-livereload"
Expand Down
14 changes: 3 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
GEM
remote: https://rails-assets.org/
specs:
rails-assets-lodash (4.17.21)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -61,10 +56,6 @@ GEM
globalid (>= 0.3.6)
activemodel (7.0.8.6)
activesupport (= 7.0.8.6)
activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)
activerecord (7.0.8.6)
activemodel (= 7.0.8.6)
activesupport (= 7.0.8.6)
Expand Down Expand Up @@ -282,6 +273,8 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lodash-rails (4.17.21)
railties (>= 3.1)
logger (1.6.1)
loofah (2.23.1)
crass (~> 1.0.2)
Expand Down Expand Up @@ -316,7 +309,6 @@ GEM
bourbon (>= 4.0)
sass (>= 3.3)
nenv (0.3.0)
nested_form (0.3.2)
net-http (0.5.0)
uri
net-imap (0.5.1)
Expand Down Expand Up @@ -641,6 +633,7 @@ DEPENDENCIES
jquery-ui-rails
kaminari
launchy
lodash-rails
logger
mime-types
mimemagic
Expand All @@ -662,7 +655,6 @@ DEPENDENCIES
rack-mini-profiler
rack-rewrite
rails (= 7.0.8.6)
rails-assets-lodash!
rails-controller-testing
rails_stdout_logging
recipient_interceptor
Expand Down

0 comments on commit 86aa3b6

Please sign in to comment.