Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package][Update] up rake and public suffix for discourse after version v 3.3.0.beta1 #3

Merged
merged 2 commits into from
Apr 4, 2024
Merged
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gem 'http', '5.1.0'
gem 'http-cookie', '1.0.5'
gem 'http-form_data', '2.3.0'
gem 'llhttp-ffi', '0.4.0'
gem 'public_suffix', '5.0.4'
gem 'rake', '13.1.0'
gem 'public_suffix', '5.0.5'
gem 'rake', '13.2.0'
gem 'unf', '0.1.4'
gem 'unf_ext', '0.0.9.1'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
prettier_print (1.1.0)
public_suffix (5.0.4)
rake (13.1.0)
public_suffix (5.0.5)
rake (13.2.0)
ruby-lsp (0.3.6)
language_server-protocol (~> 3.17.0)
sorbet-runtime
Expand All @@ -53,8 +53,8 @@ DEPENDENCIES
http-cookie (= 1.0.5)
http-form_data (= 2.3.0)
llhttp-ffi (= 0.4.0)
public_suffix (= 5.0.4)
rake (= 13.1.0)
public_suffix (= 5.0.5)
rake (= 13.2.0)
ruby-lsp (~> 0.3.6)
unf (= 0.1.4)
unf_ext (= 0.0.9.1)
Expand Down
4 changes: 2 additions & 2 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

# We need to load all external packages first
# Reference: https://meta.discourse.org/t/plugin-using-own-gem/50007/4
gem 'rake', '13.1.0'
gem 'rake', '13.2.0'
gem 'connection_pool', '2.4.1'
gem 'unf_ext', '0.0.9.1'
gem 'unf', '0.1.4'
gem 'domain_name', '0.5.20190701'
gem 'http-cookie', '1.0.5'
gem 'ffi', '1.16.3'
gem 'public_suffix', '5.0.4'
gem 'public_suffix', '5.0.5'
gem 'addressable', '2.8.6'
gem 'ffi-compiler', '1.0.1', require_name: 'ffi-compiler/loader'
gem 'llhttp-ffi', '0.4.0', require_name: 'llhttp'
Expand Down
Loading