Skip to content

Commit

Permalink
Merge pull request #40 from SwedbankPay/dependabot/bundler/faraday-1.0.1
Browse files Browse the repository at this point in the history
Bump faraday from 0.17.3 to 1.0.1
  • Loading branch information
asbjornu authored Apr 6, 2020
2 parents 2df4237 + 81da52b commit f0faa9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source "https://rubygems.org"
gemspec

gem 'jekyll', '~> 4.0', group: :jekyll_plugins
gem 'jekyll-github-metadata'
gem 'jekyll-assets'
gem 'jemoji'
# Neccessary to prevent Jekyll errors. See https://github.com/github/personal-website/issues/166
gem 'faraday', '~> 0.17.3'
gem 'rake', '~> 13.0.1'
gem 'jekyll-material-icon-tag'
gem 'kramdown-plantuml'
source "https://rubygems.org"
gemspec

gem 'jekyll', '~> 4.0', group: :jekyll_plugins
gem 'jekyll-github-metadata'
gem 'jekyll-assets'
gem 'jemoji'
# Neccessary to prevent Jekyll errors. See https://github.com/github/personal-website/issues/166
gem 'faraday', '~> 1.0.1'
gem 'rake', '~> 13.0.1'
gem 'jekyll-material-icon-tag'
gem 'kramdown-plantuml'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
faraday (0.17.3)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
Expand Down Expand Up @@ -140,7 +140,7 @@ PLATFORMS

DEPENDENCIES
bundler
faraday (~> 0.17.3)
faraday (~> 1.0.1)
jekyll (~> 4.0)
jekyll-assets
jekyll-github-metadata
Expand Down

0 comments on commit f0faa9b

Please sign in to comment.