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 @@ -47,7 +47,7 @@
gem "pagy", "~> 6.0"

# Use HTTParty for HTTP requests [https://github.com/jnunemaker/httparty]
gem "httparty", "~> 0.21.0"
gem "httparty", "~> 0.23.2"
# CSV gem required by HTTParty in Ruby 3.4
gem "csv", "~> 3.2.8"

Expand All @@ -65,7 +65,7 @@
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"

Check failure on line 68 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/TrailingWhitespace: Trailing whitespace detected.
# Preview email in the browser instead of sending it
gem "letter_opener", "~> 1.10"
end
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.0)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -117,7 +117,8 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
httparty (0.21.0)
httparty (0.23.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.7)
Expand Down Expand Up @@ -393,7 +394,7 @@ DEPENDENCIES
capybara
csv (~> 3.2.8)
debug
httparty (~> 0.21.0)
httparty (~> 0.23.2)
importmap-rails
jbuilder
kamal
Expand Down
Loading