Skip to content

Commit

Permalink
Bump typhoeus from 1.3.1 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [typhoeus](https://github.com/typhoeus/typhoeus) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/typhoeus/typhoeus/releases)
- [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md)
- [Commits](typhoeus/typhoeus@v1.3.1...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 11, 2020
1 parent 25bf50d commit 765abfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.10.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 1.1.0', group: :doc

gem 'typhoeus', '~> 1.3.1' # HTTP request client
gem 'typhoeus', '~> 1.4.0' # HTTP request client

gem 'devise', '~> 4.7.1' # Authentication

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -324,7 +324,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
typhoeus (1.3.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.6)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
spring-commands-rspec
timecop
turbolinks (~> 5.2.1)
typhoeus (~> 1.3.1)
typhoeus (~> 1.4.0)
tzinfo-data (~> 1.2019)
uglifier (>= 1.3.0)
vcr (~> 5.1)
Expand Down

0 comments on commit 765abfa

Please sign in to comment.