Skip to content

Commit

Permalink
Chore: Update public_activity gem
Browse files Browse the repository at this point in the history
Incorporate the latest changes to the public_activity gem:

 - https://github.com/public-activity/public_activity/releases

Refs: #4366
  • Loading branch information
shaun-technovation committed Jan 10, 2024
1 parent d45381c commit 2bef5cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "textacular", "~> 5.1"

gem "pdf-forms", "~> 1.2"

gem "public_activity", "~> 1.6"
gem "public_activity", "~> 2.0"
gem "paranoia", "~> 2.4"
gem "counter_culture", "~> 1.12"
gem "pundit", "~> 2.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ GEM
progress_bar (1.3.3)
highline (>= 1.6, < 3)
options (~> 2.3.0)
public_activity (1.6.4)
actionpack (>= 3.0.0)
activerecord (>= 3.0)
public_activity (2.0.2)
actionpack (>= 5.0.0)
activerecord (>= 5.0)
i18n (>= 0.5.0)
railties (>= 3.0.0)
railties (>= 5.0.0)
public_suffix (5.0.3)
puma (5.6.7)
nio4r (~> 2.0)
Expand Down Expand Up @@ -615,7 +615,7 @@ DEPENDENCIES
pg (~> 1.2)
pp_sql (~> 0.2)
premailer-rails (~> 1.10)
public_activity (~> 1.6)
public_activity (~> 2.0)
puma (~> 5.6.0)
pundit (~> 2.0)
rack-rewrite (~> 1.5)
Expand Down

0 comments on commit 2bef5cb

Please sign in to comment.