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 @@ -19,7 +19,7 @@ gem 'tailwindcss-rails', '~> 4.4'
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder', '~> 2.14', '>= 2.14.1'
# HTTParty to make HTTP fun again! [https://github.com/jnunemaker/httparty]
gem 'httparty', '~> 0.23.2'
gem 'httparty', '~> 0.24.0'
# Live Reload
gem 'rails_live_reload', '~> 0.5.0'
# Hero Icons
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.3.0)
bigdecimal (3.3.1)
bigdecimal (4.0.1)
bindex (0.8.1)
bootsnap (1.20.1)
msgpack (~> 1.2)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
activesupport (>= 6.1)
heroicon (1.0.0)
rails (>= 5.2)
httparty (0.23.2)
httparty (0.24.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -162,8 +162,8 @@ GEM
mini_portile2 (2.8.9)
minitest (5.26.0)
msgpack (1.8.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multi_xml (0.8.0)
bigdecimal (>= 3.1, < 5)
net-imap (0.5.12)
date
net-protocol
Expand Down Expand Up @@ -379,7 +379,7 @@ DEPENDENCIES
debug
dockerfile-rails (~> 1.7)
heroicon (~> 1.0)
httparty (~> 0.23.2)
httparty (~> 0.24.0)
importmap-rails (~> 2.2, >= 2.2.2)
jbuilder (~> 2.14, >= 2.14.1)
puma (~> 7.1)
Expand Down