Skip to content

Commit

Permalink
Release 0.22.1.pre
Browse files Browse the repository at this point in the history
* enhancements
  * Update `faraday` gem to avoid warning messages.
  • Loading branch information
kengallego authored Mar 29, 2023
1 parent 0a445a7 commit c0105c2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.22.1.pre

* enhancements
* Update `faraday` gem to avoid warning messages.

### v0.22.0.pre

* features
Expand Down
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
beyond_api (0.22.0.pre)
faraday (~> 1.8.0)
beyond_api (0.22.1.pre)
faraday (~> 1.9.0)

GEM
remote: https://rubygems.org/
Expand All @@ -22,30 +22,34 @@ GEM
activesupport (>= 5.0.0)
faker (2.19.0)
i18n (>= 1.6, < 2)
faraday (1.8.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.14.4)
multipart-post (2.2.3)
multipart-post (2.3.0)
parallel (1.21.0)
parser (3.0.3.1)
ast (~> 2.4.1)
Expand Down Expand Up @@ -112,4 +116,4 @@ DEPENDENCIES
yard (~> 0.9)

BUNDLED WITH
2.3.0
2.4.8
2 changes: 1 addition & 1 deletion beyond_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rspec", "~> 2.4"
spec.add_development_dependency "yard", "~> 0.9"

spec.add_dependency "faraday", "~> 1.8.0"
spec.add_dependency "faraday", "~> 1.9.0"
end
2 changes: 1 addition & 1 deletion lib/beyond_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BeyondApi
VERSION = "0.22.0.pre"
VERSION = "0.22.1.pre"
end

0 comments on commit c0105c2

Please sign in to comment.