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 @@ -49,7 +49,7 @@ gem "hairtrigger", "~> 1.1.1" # HairTrigger lets you create and manage database
gem "honeybadger", "~> 4.12" # Used for tracking application errors
gem "honeycomb-beeline", "~> 2.11.0" # Monitoring and Observability gem
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "httparty", "~> 0.20" # Makes http fun! Also, makes consuming restful web services dead easy
gem "httparty", "~> 0.23" # Makes http fun! Also, makes consuming restful web services dead easy
gem "httpclient", "~> 2.8.3" # Gives something like the functionality of libwww-perl (LWP) in Ruby
gem "i18n-js", "~> 3.9.2" # Helps with internationalization in Rails.
gem "imgproxy", "~> 2.1" # A gem that easily generates imgproxy URLs for your images
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.7)
bigdecimal (3.3.1)
bindex (0.8.1)
blazer (2.6.5)
activerecord (>= 5)
Expand Down Expand Up @@ -191,6 +191,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
csv (3.3.5)
cuprite (0.15)
capybara (~> 3.0)
ferrum (~> 0.14.0)
Expand Down Expand Up @@ -399,7 +400,8 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
httparty (0.21.0)
httparty (0.23.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
Expand Down Expand Up @@ -535,7 +537,7 @@ GEM
redis (>= 3.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multipart-post (2.2.3)
nakayoshi_fork (0.0.4)
Expand Down Expand Up @@ -1054,7 +1056,7 @@ DEPENDENCIES
honeybadger (~> 4.12)
honeycomb-beeline (~> 2.11.0)
html_truncator (~> 0.4)
httparty (~> 0.20)
httparty (~> 0.23)
httpclient (~> 2.8.3)
hypershield (~> 0.2.2)
i18n-js (~> 3.9.2)
Expand Down
Binary file removed vendor/cache/bigdecimal-3.1.7.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.3.1.gem
Binary file not shown.
Binary file added vendor/cache/csv-3.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/httparty-0.21.0.gem
Binary file not shown.
Binary file added vendor/cache/httparty-0.23.2.gem
Binary file not shown.
Binary file removed vendor/cache/multi_xml-0.7.1.gem
Binary file not shown.
Binary file added vendor/cache/multi_xml-0.7.2.gem
Binary file not shown.
Loading