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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ gem "inline_svg"
gem "pagy"
gem "rss", github: "ruby/rss"
gem "nice_partials", github: "bullet-train-co/nice_partials"
gem 'openssl', git: 'https://github.com/ruby/openssl'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ GIT
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)

GIT
remote: https://github.com/ruby/openssl
revision: 82e80ee00ea02916fd42d695b5198f0a260ed552
specs:
openssl (4.0.0.pre)

GIT
remote: https://github.com/ruby/rss.git
revision: 6284574bb034773c57f402aa9fc725993570fe6a
Expand Down Expand Up @@ -402,6 +408,7 @@ DEPENDENCIES
inline_svg
jbuilder
nice_partials!
openssl!
pagy
pg (~> 1.1)
propshaft
Expand Down
Loading