Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
add public_suffix gem to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Jul 23, 2024
1 parent c7adb62 commit 62e714c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ gem 'rails_performance'
gem 'administrate'
gem 'ffi', '~> 1.16.3' # There is a known issue with ffi platform-versions namings since 1.17.0

gem 'public_suffix', '~> 6.0'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.3', '>= 7.1.3.4'

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
Expand Down Expand Up @@ -344,6 +346,7 @@ GEM
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-23
x64-mingw-ucrt
x86_64-linux

Expand All @@ -362,6 +365,7 @@ DEPENDENCIES
jbuilder
pg (~> 1.1)
pkce_challenge
public_suffix (~> 6.0)
puma (>= 5.0)
rails (~> 7.1.3, >= 7.1.3.4)
rails_performance
Expand Down

0 comments on commit 62e714c

Please sign in to comment.