Skip to content

Commit

Permalink
Merge pull request #11 from KoalaSat/dependabot/bundler/faraday-2.7.1
Browse files Browse the repository at this point in the history
Bump faraday from 2.6.0 to 2.7.1
  • Loading branch information
KoalaSat authored Nov 23, 2022
2 parents f53aeee + 99c32dc commit 45efc53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
ruby '2.7.6'

gem 'eventmachine', '~> 1.2', '>= 1.2.7'
gem 'faraday', '~> 2.6'
gem 'faraday', '~> 2.7'
gem 'faye-websocket', '~> 0.11.1'
gem 'json', '~> 2.6', '>= 2.6.2'
gem 'persist', '~> 1.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ GEM
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
eventmachine (1.2.7)
faraday (2.6.0)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.1)
faraday-net_http (3.0.2)
faye-websocket (0.11.1)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
Expand Down Expand Up @@ -105,7 +105,7 @@ PLATFORMS

DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7)
faraday (~> 2.6)
faraday (~> 2.7)
faye-websocket (~> 0.11.1)
json (~> 2.6, >= 2.6.2)
persist (~> 1.0)
Expand Down

0 comments on commit 45efc53

Please sign in to comment.