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 @@ -11,6 +11,6 @@ gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"

gem "httparty", "~> 0.21.0"
gem "httparty", "~> 0.24.0"

gem "pry-byebug"
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,20 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
bigdecimal (4.0.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
csv (3.3.5)
date (3.3.3)
diff-lcs (1.5.1)
erubi (1.12.0)
globalid (1.0.0)
activesupport (>= 5.0)
httparty (0.21.0)
httparty (0.24.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
Expand All @@ -101,10 +104,11 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.1)
minitest (5.16.3)
multi_xml (0.6.0)
multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -206,7 +210,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
httparty (~> 0.21.0)
httparty (~> 0.24.0)
pry-byebug
rails
rake (~> 13.0)
Expand Down
Loading