Skip to content
Merged
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
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ source 'https://rubygems.org'

gemspec

# Pinned for dev/CI parity with the backend (currently on Faraday 2.7.x).
# SQ2-1047 lifts this and the matching gemspec floor in lockstep.
gem 'faraday', '~> 2.8.0'

group :development, :test do
gem 'rspec', '>= 3'
gem 'guard-rspec', '>= 2.8'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ PATH
specs:
kira-client (2.0.0)
contracts
faraday (~> 2.0)
faraday (~> 2.13)

GEM
remote: https://rubygems.org/
specs:
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.3.0)
bigdecimal (4.1.2)
coderay (1.1.3)
concurrent-ruby (1.3.6)
Expand All @@ -21,11 +20,12 @@ GEM
diff-lcs (1.6.2)
faker (3.5.3)
i18n (>= 1.8.11, < 2)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.17.4)
formatador (1.2.3)
reline
Expand All @@ -48,6 +48,7 @@ GEM
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
json (2.19.5)
json_spec (1.1.5)
multi_json (~> 1.0)
rspec (>= 2.0, < 4.0)
Expand All @@ -60,6 +61,8 @@ GEM
method_source (1.1.0)
multi_json (1.19.1)
nenv (0.3.0)
net-http (0.9.1)
uri (>= 0.11.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -87,9 +90,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
ruby2_keywords (0.0.5)
shellany (0.0.1)
thor (1.5.0)
uri (1.1.1)
vcr (6.4.0)
webmock (3.26.2)
addressable (>= 2.8.0)
Expand All @@ -102,7 +105,6 @@ PLATFORMS

DEPENDENCIES
faker
faraday (~> 2.8.0)
guard-rspec (>= 2.8)
json_spec
kira-client!
Expand Down
2 changes: 1 addition & 1 deletion kira-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.0"

s.add_dependency "contracts"
s.add_dependency "faraday", "~> 2.0"
s.add_dependency "faraday", "~> 2.13"
end
Loading