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 @@ -36,7 +36,7 @@ gem 'watir', '~> 6.19.1'
gem 'webdrivers', '~> 4.6.1'

# For sending http requests
gem 'httparty', '~> 0.16.2'
gem 'httparty', '~> 0.21.0'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ GEM
has_scope (0.8.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
httparty (0.16.4)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -183,9 +183,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2022.0105)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -353,7 +353,7 @@ DEPENDENCIES
coveralls
font-awesome-rails (~> 4.7.0)
froala-editor-sdk (~> 1.3.0)
httparty (~> 0.16.2)
httparty (~> 0.21.0)
icalendar
jbuilder (~> 2.5)
jquery-rails
Expand Down