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 @@ -13,7 +13,7 @@ end
gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to ActiveRecord::Relation
gem "acts-as-taggable-on", "~> 7.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts
gem "acts_as_follower", github: "forem/acts_as_follower", branch: "master" # Allow any model to follow any other model
gem "addressable", "~> 2.7" # A replacement for the URI implementation that is part of Ruby's standard library
gem "addressable", "~> 2.8" # A replacement for the URI implementation that is part of Ruby's standard library
gem "ahoy_email", "~> 2.0.2" # Email analytics for Rails
gem "ahoy_matey", "~> 3.2" # Tracking analytics for Rails
gem "ancestry", "~> 4.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ GEM
zeitwerk (~> 2.3)
acts-as-taggable-on (7.0.0)
activerecord (>= 5.0, < 6.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ahoy_email (2.0.3)
actionmailer (>= 5)
addressable (>= 2.3.2)
Expand Down Expand Up @@ -466,9 +466,9 @@ GEM
http-2 (~> 0.11)
netrc (0.11.0)
nio4r (2.5.7)
nokogiri (1.11.3-x86_64-darwin)
nokogiri (1.13.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -525,7 +525,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
public_suffix (5.0.0)
puma (5.2.2)
nio4r (~> 2.0)
pundit (2.1.0)
Expand All @@ -541,7 +541,7 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -859,7 +859,7 @@ DEPENDENCIES
active_record_union (~> 1.3)
acts-as-taggable-on (~> 7.0)
acts_as_follower!
addressable (~> 2.7)
addressable (~> 2.8)
ahoy_email (~> 2.0.2)
ahoy_matey (~> 3.2)
amazing_print (~> 1.3)
Expand Down
Binary file removed vendor/cache/addressable-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.3-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.3-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.3-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.8-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.8-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-4.0.6.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.0.gem
Binary file not shown.